SQLでテーブル結合処理を行えるものの一つとして、UNIONがある。UNIONは、テーブルを縦方向に結合する。他の結合処理が可能なものとして、OUTER JOINとINNER JOINがあるが、これらは横方向にテーブルを結合する。 以下では、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 ...