摘要: pre.环境准备 1.建立两个表S,T,并插入一些数据 1 --创建表S 2 create table S(d int) engine=innodb; 3 insert into S values (3); 4 5 --创建表T 6 create table T(c int) engine=inno 阅读全文
posted @ 2019-03-30 15:23 04300115116 阅读(4554) 评论(0) 推荐(0)
摘要: pre.环境准备 1.建立两个表S,T,并插入一些数据 1 --创建表S 2 create table S(d int) engine=innodb; 3 insert into S values (3); 4 5 --创建表T 6 create table T(c int) engine=inno 阅读全文
posted @ 2019-03-30 13:47 04300115116 阅读(1370) 评论(1) 推荐(2)