-
Notifications
You must be signed in to change notification settings - Fork 664
CALL
Mathias Rangel Wulff edited this page Jun 12, 2015
·
2 revisions
This statements allows to call procedures from SQL program.
Syntax:
CALL procedure(arguments...)
For example:
alasql.fn.log = function(s) {
console.log(s);
}
alasql('CALL log(10)');
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo