Skip to content

Drop Database

Mathias Rangel Wulff edited this page Jun 11, 2015 · 3 revisions

Keyword DROP DATABASE

Syntax:

    DROP DATABASE databaseid;

For example:

    alasql('DROP DATABASE mydb');

See also: [CREATE DATABASE](Create Database)

Clone this wiki locally