Skip to content

Drop Table

Andrey Gershun edited this page May 28, 2015 · 4 revisions

DROP TABLE

Syntax:

    DROP TABLE tableid

For example:

    alasql('DROP TABLE star');

See also: [CREATE TABLE](Create Table)

Clone this wiki locally