select models_id, models_nickname from models where models_status = '1' and models.models_nickname LIKE 'model_list%' order by models_nickname limit -12, 12
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 '-12, 12' at line 1
1064