> I've tried array('SUM(amount)') or
> array('thecolumn'=>'SUM(amount)'), but it
> not working properly.
array('thecolumn' => new Zend_Db_Expr('SUM(amount)'))
Marco Pracucci
> I've tried array('SUM(amount)') or
> array('thecolumn'=>'SUM(amount)'), but it
> not working properly.
array('thecolumn' => new Zend_Db_Expr('SUM(amount)'))
Marco Pracucci
没有评论:
发表评论