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