conditional DDL's in a SQL script
546505Jan 17 2007 — edited Jan 17 2007Hi,
I want to create a .sql script file containing DDL statements such as Create/Alter, etc. I want some DDL statements executed and some not, depending on a query result. I read about PL/SQL that it does not handle DDL within its block. What are my options? Thanks in advance!
David