Github user traflm commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/577#discussion_r70441662
--- Diff: core/sql/parser/sqlparser.y ---
@@ -7001,6 +7036,46 @@ rel_subquery_and_as_clause : rel_subquery as_clause
$$ = $2;
}
+with_clause_list : with_clause
+ { $$ = $1 ; }
+
+ | with_clause_list ',' correlation_name TOK_AS
rel_subquery
--- End diff --
@zellerh , I cannot figure out how to do this. Could you please give me an
example? I am very new to the parser.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---