Skip to content

Commit

Permalink
Fix sampling method
Browse files Browse the repository at this point in the history
Fixes #4166
  • Loading branch information
szarnyasg committed Nov 28, 2024
1 parent c820300 commit f426afa
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 f426afa

Please sign in to comment.