Union
The UNION operator concatenates results from one or several SELECT statements.
select_stament
UNION ALL
select_stament
Only union all is supported at this time.
The UNION operator concatenates results from one or several SELECT statements.
select_stament
UNION ALL
select_stament
Only union all is supported at this time.