You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal is to make sure that usage of above SQL operations in the code must comply with schemaName standards or conditions as specified.
I am able to find a way to validate schema (with the format of schemaName.tableName) name while using CREATE_TABLE and also ALTER_TABLE from DdlGrammar.
Right now I am unable to figure out the right constant for DROP TABLE. Not sure about other other SQL operations. Please advise on other operations as well.
Or
If you have a more direct and straight forward approach for schemaValidation, please guide me how to implement a check.
Just FYI,
I have also tried ZPA parser tool to check for DROP TABLE
Looking at that I subscribed to DROP_COMMAND, but it doesn't work either.
Thanks
vsk
The text was updated successfully, but these errors were encountered:
Hi felipe,
I am trying to find a way to validate schema names (supplied list) using SQL operations like
Please guide me how to achieve this...
Goal is to make sure that usage of above SQL operations in the code must comply with schemaName standards or conditions as specified.
I am able to find a way to validate schema (with the format of schemaName.tableName) name while using CREATE_TABLE and also ALTER_TABLE from DdlGrammar.
Right now I am unable to figure out the right constant for DROP TABLE. Not sure about other other SQL operations. Please advise on other operations as well.
Or
If you have a more direct and straight forward approach for schemaValidation, please guide me how to implement a check.
Just FYI,
I have also tried ZPA parser tool to check for DROP TABLE
Looking at that I subscribed to DROP_COMMAND, but it doesn't work either.
Thanks
vsk
The text was updated successfully, but these errors were encountered: