-
Notifications
You must be signed in to change notification settings - Fork 681
Expression Statement
Andrey Gershun edited this page May 24, 2015
·
5 revisions
You can use expression statement strating with =
Like:
alasql('= 2*2');
returns 4
And with internal subqueries:
alasql(' = (SELECT 2) * 2');
returns 4
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo