sachinmalik007
Registered User.
- Local time
- Today, 17:43
- Joined
- May 2, 2012
- Messages
- 11
Hi,
I have two table LP(Tran_id, Con_no, item_code, item name ) and CON(Tran_id,Con_no)
suppose one record as (5, 10, 100003, Ally)
Therefore my requirement is
i want to multiple copy of first two field's record of LP table in another table CON like
Tran_id Con_no
5 1
5 2
5 3
5 4
5 5
5 6
5 7
5 8
5 9
5 10
* tran_id will be unchange,
* number of record depend on the con_id field in LP table
I have two table LP(Tran_id, Con_no, item_code, item name ) and CON(Tran_id,Con_no)
suppose one record as (5, 10, 100003, Ally)
Therefore my requirement is
i want to multiple copy of first two field's record of LP table in another table CON like
Tran_id Con_no
5 1
5 2
5 3
5 4
5 5
5 6
5 7
5 8
5 9
5 10
* tran_id will be unchange,
* number of record depend on the con_id field in LP table