PHP-SQL-Parser icon indicating copy to clipboard operation
PHP-SQL-Parser copied to clipboard

SQL with rollup cannot execute with limit

Open qiukeren opened this issue 9 years ago • 0 comments

for example:

and status in (7,9) group by 1 with rollup limit 1; 

crashes with exception cannot calculate position of WITH ROLLUP within with rollup limit 0,25 ,

however mysql treat with rollup limit 1 well.

qiukeren avatar Dec 19 '16 02:12 qiukeren