INSERT INTO mend (user_id,require)VALUES('14','hello')
上面这条语句插入数据表
为什么提示出:#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 'require)VALUES('14','hello')' at line 1 
这样的问题呢?
使用INSERT INTO mend (user_id) VALUES ('14')这个语句就正常