Albert 網路筆記
2013年6月14日 星期五
MSSQL Union 與 Union All 的不同
Union
將兩個 SQL 執行結果合併, 並將重複值移除
範例
select * from table1
union
select * from table2
Union All
將兩個 SQL 執行結果合併, 但保留所有重複值
範例
select * from table1
union all
select * from table2
使用條件: 所有欄位值需相同
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言