Skip to content

Commit

Permalink
Merge pull request #4169 from szarnyasg/iss4166
Browse files Browse the repository at this point in the history
Fix sampling method
  • Loading branch information
szarnyasg authored Nov 28, 2024
2 parents c820300 + f426afa commit 237d96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql/samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Samples are used to randomly select a subset of a dataset.

### Examples

Select a sample of 5 rows from `tbl` using reservoir sampling:
Select a sample of 5 rows from `tbl` using system sampling (cluster sampling):

```sql
SELECT *
Expand Down

0 comments on commit 237d96b

Please sign in to comment.