-
Notifications
You must be signed in to change notification settings - Fork 680
Create Table
agershun edited this page Dec 13, 2014
·
7 revisions
alasql('CREATE TABLE flight (flightNo INT, fromCity STRING, toCity STRING)');
For tables with unknown columns skip column definition part:
alasql('CREATE TABLE mydata');
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo