Skip to content

Commit

Permalink
Update docs/sql/query_syntax/limit.md
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg authored Dec 19, 2024
1 parent 11d3710 commit 47ccfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql/query_syntax/limit.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ GROUP BY city
ORDER BY population DESC
LIMIT 5;
```
Select the 10% rows from the addresses table:
Select 10% of the rows from the addresses table:

```sql
SELECT *
Expand Down

0 comments on commit 47ccfbc

Please sign in to comment.