-
Notifications
You must be signed in to change notification settings - Fork 666
Set
Andrey Gershun edited this page May 26, 2015
·
7 revisions
Set option or variable to the value. Currently is used only for Local Storage external database.
alasql('SET AUTOCOMMIT ON');
alasql('SET AUTOCOMMIT OFF');
```
### Set local variables
```sql
SET @data = @[{a:1},{a:2}];
SET $one = 10;
SET @a->b->(c+d)->(0) = 2+2;
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo