|<
<
16
>
>|
Set operations
union
select * from a union select * from b
X
1
2
3
4
5
union
eliminates duplicates.
|<
<
16
>
>|