Hi All,
I have to insert into a table say customer.
It has these attributes, all not null.
customer id,
agent id
party id
customer id has a sequence which is populated using customer_seq.nextval
agent id is always 0
The party id's are as below,
101,
6785,
9464,
4789,
1001,
7,
148,
3452,
3453,
355
1 row should be inserted for each party id in the table 'customer'.
can someone please tell me how do I do this.
Thanks
pavan
I have to insert into a table say customer.
It has these attributes, all not null.
customer id,
agent id
party id
customer id has a sequence which is populated using customer_seq.nextval
agent id is always 0
The party id's are as below,
101,
6785,
9464,
4789,
1001,
7,
148,
3452,
3453,
355
1 row should be inserted for each party id in the table 'customer'.
can someone please tell me how do I do this.
Thanks
pavan