Thanks Dieter,
I have added my database & table as per below;
select 1 from C917348.ACCT_BASE where database = C917348 and table = 'ACCT_BASE'
.if activitycount = 0 then GoTo ok
DROP TABLE ACCT_BASE
.label ok
This is a Volatile table so the database is my id C917348 & the table I want to delete is ACCT_BASE'
I'm getting the error "Expected something between 'and' & 'table' ??
↧