mojo-mysql
mojo-mysql copied to clipboard
SQL_CALC_FOUND_ROWS don't work?
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