Skip to content

Commit f812101

Browse files
authored
Use SCALAR to identify scalar subqueries
1 parent 3304f45 commit f812101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cip/1.accepted/CIP2017-03-29-Single-Value-Subqueries.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The result of a List Subquery is to collect the value of all rows produced by th
2222
----
2323
ListSubquery = '[', SingleValueSubquery, ']' ;
2424
25-
ScalarSubquery = '<(((<', SingleValueSubquery, '>)))>' ;
25+
ScalarSubquery = 'SCALAR' '(', SingleValueSubquery, ')' ;
2626
2727
SingleValueSubquery = SingleValuePatternSubquery
2828
| SingleValueUnwindSubquery

0 commit comments

Comments
 (0)