Welcome Guest, Not a member yet? Register   Sign In
Counting a values in a column
#3

[eluser]Chathuranga Tennakoon[/eluser]
you can do this without active query as well.

Code:
$this->db->query('select model, sum(Amount) as Total from make group by model');



Messages In This Thread
Counting a values in a column - by El Forum - 05-13-2012, 10:23 AM
Counting a values in a column - by El Forum - 05-14-2012, 02:50 AM
Counting a values in a column - by El Forum - 05-14-2012, 03:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB