mysql經常使用語句之DML語句2

錶鏈接 內鏈接io select 列1,列2  from 表1,表2where 表1.列1= 表2.列1;select 左連接nio select 列1,列2 from 表1 left join 表2 on 表1.列1 = 表2.列1;查詢 右連接join select 列1,列2 from 表1 right join 表2 on 表1.列1 = 表2.列1;去重 子查詢 in   not in 
相關文章
相關標籤/搜索