File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed
modules/ROOT/pages/notifications Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -1470,17 +1470,7 @@ All subqueries in a UNION [ALL] should have the same ordering for the return col
14701470Using differently ordered return items in a UNION [ALL] clause is deprecated and will be removed in a future version.
14711471
14721472======
1473- =====
14741473
1475- [NOTE]
1476- ====
1477- In versions 5.5 to 5.25, using differently ordered return items in a `UNION [ALL]` clause is deprecated.
1478- However, starting from version 5.26, the deprecation has been withdrawn following cost-benefit analysis and valuable user feedback.
1479- ====
1480-
1481- .Using the Unicode \u0085 in an unescaped identifier
1482- [.tabbed-example]
1483- =====
14841474[.include-with-neo4j-code]
14851475======
14861476Query::
@@ -1506,10 +1496,15 @@ RETURN 'val' as one, 'val' as two
15061496UNION
15071497RETURN 'val' as one, 'val' as two
15081498----
1509-
15101499======
15111500=====
15121501
1502+ [NOTE]
1503+ ====
1504+ In versions 5.5 to 5.25, using differently ordered return items in a `UNION [ALL]` clause is deprecated.
1505+ However, starting from version 5.26, the deprecation has been withdrawn following cost-benefit analysis and valuable user feedback.
1506+ ====
1507+
15131508.Using the Unicode \u0085 in an unescaped identifier
15141509[.tabbed-example]
15151510=====
You can’t perform that action at this time.
0 commit comments