1
SonicXP 2013-08-05 00:42:58 +08:00 1
mysql> create table test(a int(10) not null auto_increment, primary key (`a`));
Query OK, 0 rows affected (0.01 sec) mysql> insert into test values(); Query OK, 1 row affected (0.00 sec) |