MySQL ERROR:
Error Number: 1064
Description: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-25,25' at line 6
Query: SELECT SQL_CALC_FOUND_ROWS name, gender, nat_rank AS rank
FROM mmi_baby_names
WHERE gender = 'F'
AND active = 1
ORDER BY nat_rank
LIMIT -25,25