Skip to content

Union All

Mathias Rangel Wulff edited this page Jun 12, 2015 · 5 revisions

Keyword UNION ALL

Syntax:

    SELECT ... UNION ALL SELECT ...

For example:

    var res = alasql('SELECT 10 UNION ALL SELECT 20');

See also: SELECT, UNION, INTERSECT, EXCEPT, CORRESPONDING

Clone this wiki locally