4

How to use SUM aggregate function in queries with Lithium PHP framework.

I wanted to fetch sum of a column value. How to do this in Lithium Frame work.

Thanks,

Yogesh
  • 363
  • 3
  • 9
  • 22

1 Answers1

4

I got answer of question. Posting here now.

'fields' => 'SUM(quantity) AS total',

Where 'quantity' is column name.

Thanks,

Yogesh
  • 363
  • 3
  • 9
  • 22