|< < 15 > >|

Set operations

Set operations eliminate duplicates.

There are related operations that keep them.

Schema


create table a(x int); create table b(x int);

Data

A
X
1
2
2
3
3
3
4
B
X
1
2
3
3
5

|< < 15 > >|