Code:
if(table A Exists) then some insert operation on a; some update operations on a; else create table A; and insert data from table B; end if;
Please help
if(table A Exists) then some insert operation on a; some update operations on a; else create table A; and insert data from table B; end if;
select CTYP "CMDNAME" , rpad(OBJ,10) "TNAME" , 0 - EXEM "COUNTS" , DAT "USED_DATE" from (select distinct EXEM, CTYP, OBJ, DAT from ( select decode (S.COMMAND_TYPE , 2, 'Insert into '
Leave a comment: