Skip to content

Show Tables

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

SHOW TABLES

List of tables in database.

Syntax:

    SHOW TABLES [FROM databaseid];
   var res = alasql('SHOW TABLES FROM mydb');

See also: SHOW

Clone this wiki locally