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
相關文章
相關標籤/搜索