-
Notifications
You must be signed in to change notification settings - Fork 690
Expression Statement
Andrey Gershun edited this page May 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 the wiki repo