Skip to content

Commit a476dd5

Browse files
authored
Update take operator (#240)
1 parent f7c5267 commit a476dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apl/tabular-operators/take-operator.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ SELECT * FROM sample_http_logs LIMIT 10;
5454

5555
### Parameters
5656

57-
- `N`: The number of rows to take from the dataset. If `N` is positive, it returns the first `N` rows. If `N` is negative, it returns the last `N` rows.
57+
- `N`: The number of rows to take from the dataset. `N` must be a positive integer.
5858

5959
### Returns
6060

0 commit comments

Comments
 (0)