Skip to content
Andrey Gershun edited this page May 27, 2015 · 3 revisions

SOURCE

Syntax:

    SOURCE 'filename.sql'

Read and execute all SQL statements from the file.

    alasql('SOURCE “file.sql”');

See also: REQUIRE

Clone this wiki locally