SQLでテーブル結合処理を行えるものの一つとして、UNIONがある。UNIONは、テーブルを縦方向に結合する。他の結合処理が可能なものとして、OUTER JOINとINNER JOINがあるが、これらは横方向にテーブルを結合する。 以下では、UNIONについての説明を行う。さらに ...
expression Any valid query expression that returns a collection to combine with the collection All expressions must be of the same type or of a common base or derived type as expression. UNION ...
For the equivalent transformation (Append queries) in Dataflow Gen2, see A guide to Dataflow Gen2 for mapping data flow users. Union combines multiple data streams into one, with the SQL Union of ...