create global temporary table transaction_tab
--on commit delete rows
as SELECT * FROM CUSTOMERTELEPHONYSERVICE WHERE 0=1;
commit;
insert into transaction_tab SELECT * FROM CUSTOMERTELEPHONYSERVICE WHERE CUSTOMERTELEPHONYSERVICEID = 1;
select * from transaction_tab;
No any row inserted.
someone can elaborate how to use temporary table.
Software/Hardware used:
Oracle 10g
ASKED:
April 20, 2011 5:23 AM
UPDATED:
May 2, 2011 11:02 PM