Thanks, that seems to be working properly. Also I modified it to exclude the select statement and that worked on a test, is this correct? The reason why I did not use an alias is because all the columns are in the same table and the columns are distinct:
update tandem_july_nw
set total =...
I am trying to update about 475,000 rows in the database, but I am getting the following error. I also tried using a cusor, same result. In some cases below, franno is equal to sitefran:
[1]: (Error): ORA-01427: single-row subquery returns more than one row
update tandem_july_nw
set total =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.