Is it possible to combine two Oracle statements in one component? I'd like to keep things together so they are a little more readable. I want to write something like:
Drop table My_Data
Rename My_Data_New to My_Data
If I put these into two separate SQL General components, no problem.
Thanks,
Rob