We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b62a1 commit 20f3811Copy full SHA for 20f3811
src/dsql/parse-conflicts.txt
@@ -1 +1 @@
1
-69 shift/reduce conflicts, 21 reduce/reduce conflicts.
+70 shift/reduce conflicts, 21 reduce/reduce conflicts.
src/dsql/parse.y
@@ -7228,6 +7228,7 @@ in_predicate_value
7228
%type <selectExprNode> table_subquery
7229
table_subquery
7230
: '(' column_select ')' { $$ = $2; }
7231
+ | '(' table_subquery ')' { $$ = $2; }
7232
;
7233
7234
// USER control SQL interface
0 commit comments