-
Notifications
You must be signed in to change notification settings - Fork 664
Where
Mathias Rangel Wulff edited this page Jun 12, 2015
·
2 revisions
Expression
var res = alasql('SELECT * FROM City WHERE Population > 1000000');
var res = alasql('SELECT * FROM City WHERE \
EXIST(SELECT * FROM Capital WHERE City.Name = Capital.Name)');
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo