xinyiZzz commented on code in PR #31574: URL: https://github.com/apache/doris/pull/31574#discussion_r1507121012
########## fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4: ########## @@ -337,6 +338,19 @@ fromClause : FROM relations ; +// For PL-SQL +intoClause + : bulkCollectClause? INTO (tableRow | identifier) (COMMA (tableRow | identifier))* + ; + +bulkCollectClause : Review Comment: Doris PL-SQL docs, will be added later. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org