check the manual that corresponds to your MySQL server version for the right syntax to use nea异常解决方法

当在MySQL中进行分页查询时,若LIMIT子句使用负值,会导致异常。尤其是在首页点击上一页时。解决方法是通过在代码中添加判断,如果当前页为第一页,则不显示上一页链接,同样地,对于下一页也有类似处理。
摘要由CSDN通过智能技术生成
java.sql.SQLException: 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 '-4,4' at line 1 Query: select id,title,author,price,sales,stock,img_path from books  where 1=1 	limit ?,? Parameters: [-4, 4]
	at org.apache.commons.dbutils.AbstractQueryRunner.rethrow(AbstractQueryRunner.java:392)
	at org.apache.commons.dbutils.QueryRunner.query(QueryRunner.java:351)
	at org.apache.commons.dbutils.QueryRunner.query(QueryRunner.java:212)
	at joker.dao.BaseDao.getBeanList(BaseDao.java:97)
	at joker.dao.impl.BookDaoImpl.getBooksByPage(BookDaoImpl.java:57)
	at joker.service.impl.BookServiceImpl.getBookByPage(BookServiceImpl.java:50)
	at joker.servlet.BookServlet.getBooksByPage(BookServlet.java:50)
	at sun.reflect.GeneratedMethodAccessor55.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.ja
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值