diff --git a/docs/sql/dialect/order_preservation.md b/docs/sql/dialect/order_preservation.md index bdc8059970..3eadf8b47c 100644 --- a/docs/sql/dialect/order_preservation.md +++ b/docs/sql/dialect/order_preservation.md @@ -50,6 +50,7 @@ The following clauses guarantee that the original row order is preserved: * `SELECT` * `UNION ALL` * `WHERE` +* `ARRAY` The following operations **do not** guarantee that the row order is preserved: