Sql語句中IN等方面的用法

導讀:  select * from txt1  select * from txt2  select * from txt1 where name in (select name from txt2 where chk = 0)  select * from txt1 where name not in (select name from txt2 where chk = 0)  select
相關文章
相關標籤/搜索