Skip to content

Show Databases

agershun edited this page Dec 28, 2014 · 3 revisions

SHOW DATABASES

List of all databases in memory:

    var res = alasql("SHOW DATABASES LIKE ‘A%’");
Clone this wiki locally