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

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -