Skip to content

Commit

Permalink
Refer to Query Combinator CIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Petra Selmer authored and boggle committed Oct 16, 2017
1 parent 70a91cd commit 1f02e2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cip/CIP2016-06-22-nested-subqueries.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ We propose the addition of read-only nested chained subqueries for using nested
This is called _subquery chaining_.

After a chain of clauses, a new nested chained subquery may be introduced as a secondary clause using the `THEN` keyword followed by an inner query in curly braces, i.e. it is denoted using the following syntax: `... THEN { <inner-query> }`.
`THEN` is a query combinator and more details may be found in the Query Combinator CIP.


**3. Read-only nested optional subqueries**
Expand Down

0 comments on commit 1f02e2b

Please sign in to comment.