mysql > create table test3 (id int auto_increment, num_1 INT(20), num_2 INT(10), num_3 INT(5), primary key (id)); Query OK, 0 rows affected ...
確定! 回上一頁