Syntax
Parameters
Parameter | Description |
---|---|
table_name | The table to show the query of. |
Example
IF NOT EXISTS
clause is omitted while the WITH
option is preserved.
Use the SHOW CREATE TABLE
command to see what query was used to create the specified table.
Parameter | Description |
---|---|
table_name | The table to show the query of. |
IF NOT EXISTS
clause is omitted while the WITH
option is preserved.