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