Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maropu committed Apr 13, 2020
1 parent 42ccdcb commit 658fc77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sql-ref-syntax-qry-sampling.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Note: `TABLESAMPLE` returns the approximate number of rows or fraction requested
### Syntax

{% highlight sql %}
TABLESAMPLE ((integer_expression | decimal_expression) PERCENT)
| TABLESAMPLE (integer_expression ROWS)
| TABLESAMPLE (BUCKET integer_expression OUT OF integer_expression)
TABLESAMPLE ((integer_expression | decimal_expression) PERCENT)
| TABLESAMPLE (integer_expression ROWS)
| TABLESAMPLE (BUCKET integer_expression OUT OF integer_expression)
{% endhighlight %}

### Examples
Expand Down

0 comments on commit 658fc77

Please sign in to comment.