Skip to content

Show Databases

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

Keyword SHOW DATABASES

List of all databases in memory.

Syntax:

    SHOW DATABASES [LIKE pattern]

For example:

    var res = alasql("SHOW DATABASES LIKE ‘A%’");

See also: SHOW

Clone this wiki locally