框架中做分页显示时出现下列问题
程序员文章站
2024-02-15 18:29:52
...
首先说明一下情况;分页代码在测试时没有问题;
但是在后台框架中,访问时,就会出现下列问题
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 's' at line 1
有没有知道是怎么回事的?
主要是不明白这个 near‘s’指的是哪个地方呢?
ps:小弟比较急用呢
但是在后台框架中,访问时,就会出现下列问题
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 's' at line 1
有没有知道是怎么回事的?
主要是不明白这个 near‘s’指的是哪个地方呢?
ps:小弟比较急用呢
回复讨论(解决方案)
能否将你出错的sql输出一下
...to use near ' s'
他不是告诉你在孤立的 s 处吗?
还是自己解决了!
下一篇: 请教在linux下mysql不支持视图吗