mojo-mysql icon indicating copy to clipboard operation
mojo-mysql copied to clipboard

SQL_CALC_FOUND_ROWS don't work?

Open leandrocombr opened this issue 11 months ago • 3 comments

Is there a way to use

SELECT SQL_CALC_FOUND_ROWS column ORDER BY ASC LIMIT 5 OFFSET 0; SELECT FOUND_ROWS();

no Mojo::mysql?

I already searched and couldn't find it, chatGPT just gives wrong codes

leandrocombr avatar Nov 01 '24 01:11 leandrocombr