MySQL不支持子查询优化一例

一建立表mysql create table tt1(id int primary key, c1 INT); create table tt2(id int primary key, c2 INT); insert into tt1 values(1,1),(2,2),(3,3),(4,4); insert into tt2 values(1,2),(2,2);算法   二 执行计划与问题sql
相关文章
相关标签/搜索