Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

Insert 10 records IN pl/sql

$
0
0
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

Viewing all articles
Browse latest Browse all 13329

Trending Articles