1 表tt的格式:CREATE TABLE `tt` (`ind` int NOT NULL auto_increment,`name` char(100) default NULL,PRIMARY KEY(`ind`)