Skip to content

Commit b7693e4

Browse files
Update src/content/docs/r2-sql/reference/sql-reference.mdx
Co-authored-by: Nikita Lapkov <[email protected]>
1 parent 5004c64 commit b7693e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)