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的文件 安装的时候自动导入到数据库 是这里边的问题吗? 展开
这个是SQL的文件 安装的时候自动导入到数据库 是这里边的问题吗? 展开
展开全部
你看看你的语句,明明是没有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
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的文件 安装的时候自动导入到数据库的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询