Pages
Categories
Archives
-
Recent Posts
Recent Comments
I’m reading
Tags
Blogroll
MyFriends
Meta
-
-
标签归档:关键字
You have an error in your SQL syntax 的解决方法
前几天写个东西玩的时候,Eclipse 出现了这样一个错误: 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… 花了好几天,总算明白了,原来使用了 MySQL 的关健字做字段名了!! 比如我用的describe做字段名,但是它是描述TABLE的关健字,后来改了个字段名,马上好了!看来学东西还是太马虎了,没到家。