-
Notifications
You must be signed in to change notification settings - Fork 659
ROW
Mathias Rangel Wulff edited this page Nov 24, 2015
·
4 revisions
Syntax:
ROW OF SELECT ...
Alternative syntax:
SELECT ROW ...
Usually AlaSQL returns array of records (JavaScript objects), but you can modify SELECT statement to return an array of values from first row selected.
You can set query modifier for all SELECTs:
alasql.options.modifier = 'ROW';
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo