This might sound like a very stupid question, but I have been going through the HANA PDF's and cannot seem to find the answer I am looking for.
I am currently in the process of performing a HANA POC and am trying to create a large SQL script that will create multiple tables and populate those tables with some data.
Being OCD, I like my scripts to run through with zeros errors. The part where I need the help is in the DROP TABLE part of the script.
I have the DROP TABLE lines there, but if a table does not already exists, I get an error message.
Does HANA have the equaivilant of a IF EXISTS ..... DROP TABLE ??
Any help would be greatly appreciated!