Skip to content

Commit

Permalink
Update order_preservation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenwolfers authored Nov 27, 2024
1 parent f2834d0 commit 6154f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql/dialect/order_preservation.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The following clauses guarantee that the original row order is preserved:
* `SELECT`
* `UNION ALL`
* `WHERE`
* `ARRAY`
* `row_number() OVER ()` (this allows turning the original row order into an explicit column that can be referenced in the operations below that don't preserve orw order by default)

The following operations **do not** guarantee that the row order is preserved:

Expand Down

0 comments on commit 6154f03

Please sign in to comment.