creating sql to generate sql
hey guys,
I've got an sql statment that is cutting off my generated sql if I set wrap off I get this
Code:
alter table AITADMIN.SYSTEM_TRUSTED_SITE disable constraint FK_SYSTEM_TRUST_SYS_
if I set wrap on I get this
Code:
alter table AITADMIN.SYSTEM_TRUSTED_SITE disable constraint FK_SYSTEM_TRUST_SYS_
CD;
any ideas how I can make it so no code gets chopped off and no carrage returns, so I can get just one line of code and this damned thing to work?
thanks in advance for the help!