Skip to content

Commit dcc7b5a

Browse files
committed
Fix broken examples
1 parent db30960 commit dcc7b5a

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

modules/ROOT/pages/notifications/all-notifications.adoc

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,17 +1470,7 @@ All subqueries in a UNION [ALL] should have the same ordering for the return col
14701470
Using 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
======
14861476
Query::
@@ -1506,10 +1496,15 @@ RETURN 'val' as one, 'val' as two
15061496
UNION
15071497
RETURN '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
=====

0 commit comments

Comments
 (0)