Its cool , Suzie.
There is one more way of solving this in one shot:
insert into <pf name> (<column list>) select <column list> from <pf name> where <some condition if needed>
For example, if the PF (ACCOUNT) contains ACC# & ACCAMT and we want to create a new set of records similar to...
Hi,
You may fire the following, provided u dont have a unique/primary key constraint:
insert into <PF NAME> values (select * from <PF NAME>)
Please explain ur requirement in detail.
regards
Satya
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.