1. 程式人生 > >MySql 表的一個欄位名和關鍵字重名

MySql 表的一個欄位名和關鍵字重名

查詢:insert into t_employee(name,describe,create_time) values('13','13',now())

錯誤程式碼: 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 'describe,create_time) values('13','13',now())' at line 1