Hi There,
Can I write a command script file run by SQL Editor or something else and the script is smart enough to detect if a table or database object exists before it creates the object.
I can do it in SQL Server where I can use "if exists (...)". But can I do it in Informix?
Thanks
Can I write a command script file run by SQL Editor or something else and the script is smart enough to detect if a table or database object exists before it creates the object.
I can do it in SQL Server where I can use "if exists (...)". But can I do it in Informix?
Thanks