From: Philippe N. <sw...@fr...> - 2004-04-04 13:23:06
|
Hi, How can I use func.SUM() since it can't reside in where condition ? For COUNT(), there's a way with Table.select().count(). What's the trick for SUM() ? I didn't found any Table.select().sum('attribute') Philippe |