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