Update Table in JD Edwards Enterpriseone
Hi,
Is there anyway we can create a query as following using the JD Edwards Enterpriseone API's.
update table_name set table_name.colum1 = table_name.column1+table_name.column2
Currently only way to do this by fetching each record and updating it, which is a performance killer
0