‎2010 Mar 17 5:57 AM
Hi
I i need to update in a custom table on the database ( it's only one column)
Which is more performance doing a mass update that is
Update datab from itab
or usgin update datab set xxx where xxx = xxx ( this will be found in a loop)
note that i still need to do loop to enqeue the data
‎2010 Mar 17 6:01 AM
Hi,
<li>Get the data to itab(type dbtable) and loop the itab table and change the column and after LOOP-ENDLOOP use above statement instead of hitting database for every loop.
Thanks
Venkat.OUpdate datab from itab
Edited by: Venkat.O on Mar 17, 2010 2:02 PM
‎2010 Mar 17 6:01 AM
Hi,
<li>Get the data to itab(type dbtable) and loop the itab table and change the column and after LOOP-ENDLOOP use above statement instead of hitting database for every loop.
Thanks
Venkat.OUpdate datab from itab
Edited by: Venkat.O on Mar 17, 2010 2:02 PM