having(opts, *rest)
Instance Public methods
Allows to specify a HAVING clause. Note that you can't use HAVING without also specifying a GROUP clause.
1 | Order.having( 'SUM(price) > 30' ).group( 'user_id' ) |
Allows to specify a HAVING clause. Note that you can't use HAVING without also specifying a GROUP clause.
1 | Order.having( 'SUM(price) > 30' ).group( 'user_id' ) |
Designed by : w10schools
service@w10schools.com
Please login to continue.