Skip to content

Show Databases

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

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