Skip to content

Commit

Permalink
Add DESC alias
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Dec 26, 2024
1 parent 2b941b1 commit 5f6ace5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/meta/describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Describe

## Describing a Table

In order to view the schema of a table, use `DESCRIBE` or `SHOW` followed by the table name.
In order to view the schema of a table, use the `DESCRIBE` statement (or its aliases `DESC` and `SHOW`) followed by the table name.

```sql
CREATE TABLE tbl (i INTEGER PRIMARY KEY, j VARCHAR);
Expand Down

0 comments on commit 5f6ace5

Please sign in to comment.