I would like to write reporting queries. but my approach $rollup = $query->newExpr()->add('ROLLUP("someField")');
results in GROUP BY ('ROLLUP("someField"))'
wich would work without the wrapping braces. Is there a way to solve such things using cakephp? and how?
kindly