Skip to content

Commit

Permalink
Use SCALAR to identify scalar subqueries
Browse files Browse the repository at this point in the history
  • Loading branch information
thobe authored Apr 18, 2017
1 parent 3304f45 commit f812101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cip/1.accepted/CIP2017-03-29-Single-Value-Subqueries.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The result of a List Subquery is to collect the value of all rows produced by th
----
ListSubquery = '[', SingleValueSubquery, ']' ;
ScalarSubquery = '<(((<', SingleValueSubquery, '>)))>' ;
ScalarSubquery = 'SCALAR' '(', SingleValueSubquery, ')' ;
SingleValueSubquery = SingleValuePatternSubquery
| SingleValueUnwindSubquery
Expand Down

0 comments on commit f812101

Please sign in to comment.