cfmartin2000
Programmer
Is it possible to use an IF statement to drop a table if it exists and skip it otherwise?
I am trying to get this (pseudo-code):
IF(istable(table1)) then DROP table1 else do nothing
Thanks in advance.
I am trying to get this (pseudo-code):
IF(istable(table1)) then DROP table1 else do nothing
Thanks in advance.