[Quote=引用 1 楼 wwwwa 的回复:]
最好不要用关键字做表名,如果要用,加``
create table `call`(....)
[/Quote]
这么试了一下,竟报错了:
mysql> create table 'call' (con1 int);
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 ''call' (con1 int)' at line 1