Drop statement have check if exist first
I am generating the DDL from a modeling tool - ERStudio. But the DDL has 2 issues right now.
DROP TABLE schema_name.
Second if there is no object to drop, it throws an error, so is there a check like in sql server If_Exists that we can use in CacheDB?
Discussion (1)0
Comments
For a second one, check documentation, "Nonexistent Table" section.