-
Notifications
You must be signed in to change notification settings - Fork 674
How to run SQL script from text file
agershun edited this page Jan 26, 2015
·
6 revisions
I have all my SQL statements in text file. How to run it in Alasql?
You can use SOURCE statement:
alasql('SOURCE "myfile.sql"');
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo