MySql(十五)--索引两表优化

create table if not exists `class`( `id` INT(10) unsigned NOT NULL auto_increment, `card` INT(10) unsigned NOT NULL, primary key(`id`) )ENGINE=INNODB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8; create
相关文章
相关标签/搜索