SHOW CREATE TABLE
ℹ️NOTE | This page contains information that only applies to SQL Preview functionality (more information here). Additionally, this page represents a work in progress that is subject to frequent changes. |
Shows the data definition language (DDL) statement for a FeatureBase table.
Syntax
SHOW CREATE TABLE table_name;
Returns
Column Name | Data Type | Description |
---|---|---|
ddl | string | DDL of the table |
© 2022 Molecula Corp. (DBA FeatureBase). All rights reserved.