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...