什么问题呢?
这是什么问题呢?是不是order这个是一个关键字?
C:\Documents and Settings\zhou>mysql -u spider -pEnter password: ******Welcome to the MySQL monitor.Commands end with ; or \g.Your MySQL connection id is 57Server version: 5.0.51a-community MySQL Community Edition (GPL)Type 'help;' or '\h' for help. Type '\c' to clear the buffer.mysql> create table if not exists spider.test(order int);ERROR 1064 (42000): You have an error in your SQL syntax; check the manual thatcorresponds to your MySQL server version for the right syntax to use near 'order int)' at line 1mysql> create table if not exists spider.test(queue int);Query OK, 0 rows affected (0.08 sec)mysql>
页:
[1]