Skip to content

Commit b15a5a0

Browse files
Merge branch 'mselwan-pipeline' of https://github.com/Marcinthecloud/cloudflare-docs into mselwan-pipeline
2 parents ca29d7d + b7693e4 commit b15a5a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/r2-sql/reference/limitations-best-practices.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ R2 SQL is designed for querying **partitioned** Apache Iceberg tables in your R2
2727
| JOINs | No | No table joins |
2828
| Array filtering | No | No array type support |
2929
| JSON filtering | No | No nested object queries |
30-
| Simple LIMIT | Yes | 1-10,000 range |
30+
| Simple LIMIT | Yes | 1-10,000 range, no pagination support |
3131
| ORDER BY | Yes | Any columns of the partition key only|
3232
| GROUP BY | No | Not supported |
3333

src/content/docs/r2-sql/reference/sql-reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ ORDER BY partition_key [DESC]
131131

132132
- **ASC**: Ascending order
133133
- **DESC**: Descending order
134-
- **Default**: partition_key DESC
134+
- **Default**: DESC on all columns of the partition key
135135
- Can contain any columns from the partition key
136136

137137
### Examples

0 commit comments

Comments
 (0)