PHP-SQL-Parser
PHP-SQL-Parser copied to clipboard
SQL with rollup cannot execute with limit
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.