-
Notifications
You must be signed in to change notification settings - Fork 664
Declare
Andrey Gershun edited this page May 26, 2015
·
4 revisions
AlaSQL allows to create local variables with @
prefix:
var res = alasql('DECLARE @one char(3) = "abcdef"; SELECT VALUE @one')[1];
// returns "abcdef"
Try this example in jsFiddle.
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo