首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

这是错哪了

2013-11-16 
这是哪里错了Query failed:SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error

这是哪里错了
Query failed:SQLSTATE[42000]: Syntax error or access violation: 1064 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 'FROMmembersORDER BY username LIMIT 0,5' at line 1
找来找去都没发现错
[解决办法]
把sql贴出来吧。
[解决办法]
... FROM members ORDER BY username LIMIT 0,5
[解决办法]
基本的sql语法,同学,该看书了。

热点排行