SHOPEX SQL 错误 提示如下 求教高手如何解决 急

Warning:select*fromsktuangou_teamwheregoods_id=14653andbegin_time=LIMIT0,1:Youhaveane... Warning: select * from sktuangou_team where goods_id=14653 and begin_time= LIMIT 0, 1: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 'LIMIT 0, 1' at line 1 in \core\include_v5\AloneDB.php on line 58
这个是SQL的文件 安装的时候自动导入到数据库 是这里边的问题吗?
展开
 我来答
chun_lei2002
2011-10-25 · 超过26用户采纳过TA的回答
知道答主
回答量:77
采纳率:0%
帮助的人:77.3万
展开全部
begin_time= LIMIT 0, 1:
begin_time没有赋值导致的sql语法出错
mayorvb
2011-10-25 · TA获得超过421个赞
知道小有建树答主
回答量:243
采纳率:0%
帮助的人:322万
展开全部
你看看你的语句,明明是没有begin_time的直 当然会报错的。

select * from sktuangou_team where goods_id=14653 and begin_time= LIMIT 0, 1
以上代码改成
select * from sktuangou_team where goods_id=14653 and begin_time=123456 LIMIT 0, 1
追问
这个是sql的文件 安装的时候自动导入到数据库的
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式