Skip to content

Commit

Permalink
add option for show create table
Browse files Browse the repository at this point in the history
  • Loading branch information
Peng-Lei committed Jan 5, 2022
1 parent a8addd4 commit 21cc5b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/sql-ref-syntax-aux-show-create-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ license: |
### Syntax

```sql
SHOW CREATE TABLE table_identifier
SHOW CREATE TABLE table_identifier [ AS SERDE ]
```

### Parameters
Expand All @@ -37,6 +37,10 @@ SHOW CREATE TABLE table_identifier

**Syntax:** `[ database_name. ] table_name`

* **AS SERDE**

Just for generating Hive DDL for a Hive SerDe table.

### Examples

```sql
Expand Down

0 comments on commit 21cc5b5

Please sign in to comment.