Skip to content

Show Create

Mathias Rangel Wulff edited this page Jun 12, 2015 · 1 revision

Keyword SHOW CREATE

Show CREATE TABLE statement from the table:

Syntax:

    SHOW CREATE tableid;

For example:

    var res = alasql('SHOW CREATE TABLE City');

See also: SHOW

Clone this wiki locally