Skip to content

Create Table

agershun edited this page Dec 13, 2014 · 7 revisions

CREATE TABLE

    alasql('CREATE TABLE flight (flightNo INT, fromCity STRING, toCity STRING)');

For tables with unknown columns skip column definition part:

    alasql('CREATE TABLE mydata');
Clone this wiki locally