-
Notifications
You must be signed in to change notification settings - Fork 664
Union All
Mathias Rangel Wulff edited this page Jun 12, 2015
·
5 revisions
Syntax:
SELECT ... UNION ALL SELECT ...
For example:
var res = alasql('SELECT 10 UNION ALL SELECT 20');
See also: SELECT, UNION, INTERSECT, EXCEPT, CORRESPONDING
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo