Skip to content

Commit 49741fb

Browse files
remove double Using
1 parent dba5330 commit 49741fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/queries/composed-queries/sequential-queries.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ The third segment aggregates the personality types.
250250
Finally, the fourth segment is another conditional query which subsumes multiple base personality types, if present, to a new personality.
251251

252252
[[next-conditional-queries-top-level-braces]]
253-
=== Using `NEXT` inside a conditional query using `{}`
253+
=== `NEXT` inside a conditional query using `{}`
254254

255255
If a conditional query has a `NEXT` in any of its `THEN` or `ELSE` blocks, it is necessary to wrap the part after `THEN` or `ELSE` with `{}`.
256256

@@ -331,7 +331,7 @@ The second segment can access the list, because both parts of the `UNION` return
331331
By using xref:functions/aggregating.adoc#functions-count[`count()`], the list aggregates the duplicate in the `RETURN` part of the query.
332332

333333

334-
=== Using `NEXT` inside a `UNION` using `{}`
334+
=== `NEXT` inside a `UNION` using `{}`
335335

336336
If a `UNION` query has a `NEXT` in any of its blocks, it is necessary to wrap that block with `{}`.
337337

0 commit comments

Comments
 (0)