I currently have an oracle table (lovalarm) containing around 600,000 rows. I need to be able to run a query which will cycle through each row and update a field (lovsiteid
Just not use subquery:
update lovalarm set lovsiteid = TRUNC(dbms_random.value(14300,17300))