Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/spark/auxiliary.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The SHOW PARTITIONS statement is used to list partitions of a table. An optional
SHOW PARTITIONS my_table;

-- Lists partitions matching the supplied partition spec for my_table
SHOW PARTITIONS my_table PARTITION (dt=20230817);
SHOW PARTITIONS my_table PARTITION (dt='20230817');
```

## Show Table Extended
Expand Down
Loading