Skip to content

Commit

Permalink
Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
dilipbiswal committed Nov 22, 2019
1 parent dab073a commit 7e094c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sql-ref-syntax-aux-show-partitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SHOW PARTITIONS table_identifier [partition_spec]
<dt><code><em>partition_spec</em></code></dt>
<dd>
An optional parameter that specifies a comma separated list of key and value pairs
for partitions. When specified, the partitions that matches the partition spec
for partitions. When specified, the partitions that match the partition spec
are returned.<br><br>
<b>Syntax:</b>
<code>
Expand All @@ -51,7 +51,7 @@ SHOW PARTITIONS table_identifier [partition_spec]
</dd>
</dl>

### Example
### Examples
{% highlight sql %}
-- create a partitioned table and insert a few rows.
USE salesdb;
Expand Down

0 comments on commit 7e094c3

Please sign in to comment.