
存储引处复制use test; drop table if exists tn; create table tn (a varchar(10)) type=myisam; drop table if exists ty; create table ty (a varchar(10)) type=innodb; begin; insert into tn values(‘a’); insert into ty values(‘a’); select * from tn; select * from ty; 1.2.3.4.5.6.7.8.9.10.11.


相关文章

精彩导读


热门资讯
关注我们
