MySql(十六)--索引三表优化

在上一篇的基础上 添加表 create table if not exists `phone`( `phoneid` INT(10) unsigned NOT NULL auto_increment, `card` INT(10) unsigned NOT NULL, primary key(`phoneid`) )ENGINE=INNODB AUTO_INCREMENT=1 DEFAUL
相关文章
相关标签/搜索