mysql> INSERT INTO area(areaname) values('sfdasdas');
ERROR 1064 (42000): 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 'area(
areaname) values('sfdasdas')' at line 1字段名,表名都对,但是就是出现错误,使用INSERT INTO area set areaname='sfsf';就能运行,已经把我弄的一头雾水,到底出错在哪?,大家帮帮看,谢谢!!!