内容摘要:复制mysql>createdatabasecnfol; QueryOK,1rowaffected(0.00sec) mysql>createt

复制mysql> createdatabase cnfol; Query OK,实时线
1 row affected (0.00 sec) mysql> createtable cnfol.t (id intprimarykey); Query OK, 0 rows affected (0.02 sec) mysql> insertinto cnfol.t select 1; Query OK, 1 row affected (0.01 sec) Records: 1 Duplicates: 0 Warnings: 0 mysql> insertinto cnfol.t select 2; Query OK, 1 row affected (0.00 sec) Records: 1 Duplicates: 0 Warnings: 0 1.2.3.4.5.6.7.8.9.10.11.12.13.