ilyasahsan123 commented on code in PR #29604:
URL: https://github.com/apache/shardingsphere/pull/29604#discussion_r1438851842


##########
parser/sql/dialect/oracle/src/main/antlr4/imports/oracle/DDLStatement.g4:
##########
@@ -43,6 +43,10 @@ createType
     : CREATE (OR REPLACE)? (EDITIONABLE | NONEDITIONABLE)? TYPE plsqlTypeSource
     ;
 
+createTrigger
+    : CREATE (OR REPLACE)? TRIGGER triggerName (BEFORE | AFTER | INSTEAD OF) 
dmlEventClause

Review Comment:
   Sure, I was thinking the same thing because a trigger statement needs a 
'body' function, but I'm unsure about where to put it.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to