php - Filtering by sum of rows - Propel -


i have virtual column in query this: ->withcolumn('sum(retoure_menge)', 'return_quantity') , want filter query have sum greater zero. how can similar to

->filterbyreturnquantity(array('min' => 0)) 

?


Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -