首页
技术
登录
6mi
u
盘
搜
搜 索
技术
your MySQL server version for the right syntax to use near ‘) LIMIT 1‘
your MySQL server version for the right syntax to use near ‘) LIMIT 1‘
技术
2024-01-18
91
遇到这种错误可以肯定的是sql语句错误。
很有可能我们在查询中使用变量作为查询条件时这个变量是空值。
例如:
select
*
from user where id
=
$id
此时这个$id 很有可能是空值或者不存在。 这个需要一步步去看你的sql排查。
转载请注明原文地址:https://ipadbbs.8miu.com/read-47488.html
最新回复
(
0
)