prakashroch
Technical User
i have two tables one is try3 and other try4
Field try3 ->Itemname,Sales,Itemid
in try3 Itemname and itemid colums are are alredy filled and sales for each record is "Zero" ,there are 100 such records
Field try4 ->Sales,Itemid
Each distinct itemid has sales value
i want to assign itemid from table try4 to records in try3
can it be done in single SQl statemnt or do i have to use loop to read each itemid???
Thanks
Field try3 ->Itemname,Sales,Itemid
in try3 Itemname and itemid colums are are alredy filled and sales for each record is "Zero" ,there are 100 such records
Field try4 ->Sales,Itemid
Each distinct itemid has sales value
i want to assign itemid from table try4 to records in try3
can it be done in single SQl statemnt or do i have to use loop to read each itemid???
Thanks