- Notifications
You must be signed in to change notification settings - Fork689
Expression Statement
Andrey Gershun edited this pageMay 28, 2015 ·5 revisions
In AlaSQL you can use expression statement starting with=.
Syntax:
= expressionFor example:
alasql('= 2*2');
returns 4
And with internal subqueries:
alasql(' = (SELECT 2) * 2');
returns 4
See also:SELECT
© 2014-2026,Andrey Gershun &Mathias Rangel Wulff
Please help improve the documentation by opening a PR on thewiki repo