这是哪里错了 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语法,同学,该看书了。