建立以下的table。 CREATE TABLE int_test ( id int(11) NOT NULL AUTO_INCREMENT, cnt int(11) DEFAULT '0', PRIMARY KEY (id) );
確定! 回上一頁