SQL子查詢、多表查詢、聯合查詢

一、select * from ta1 where id in (select id form tb2 where ... ) 屬於「子查詢」。 二、select ta1.*, ta2.* from tab1, tab2 where ta1.[字段]=ta2.[字段] 屬於「多表查詢」。 三、如:(select * from ta1 where ...) union (select * from
相關文章
相關標籤/搜索