Skip to content

Drop Database

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

DROP DATABASE

Syntax:

    DROP DATABASE databaseid;

For example:

    alasql('DROP DATABASE mydb');

See also: [CREATE DATABASE](Create Database)

Clone this wiki locally