首页 > 数据库技术 > 详细

1064 - 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 '-1' at line 1

时间:2020-12-27 21:20:39      阅读:51      评论:0      收藏:0      [点我收藏+]

SELECT * FROM `user` LIMIT 4,-1;

使用limit分页的时候,出现一个错误,官方说的是将这个bug修复了,这个以前是可以使用的

技术分享图片

 

 

 

1064 - 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 '-1' at line 1

原文:https://www.cnblogs.com/ljy9/p/14198257.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!