There was an error while loading. Please reload this page.
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');
See also: SELECT
Quick links
AlaSQL wiki frontpage
About AlaSQL
Install AlaSQL
Get started with AlaSQL