Skip to content

Show Tables

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

Keyword 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