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 = (select amtgal * price * .96
from tandem_july_nw
where franno <> sitefran);
Thanks, I would appreciate your quick responce.
[1]: (Error): ORA-01427: single-row subquery returns more than one row
update tandem_july_nw
set total = (select amtgal * price * .96
from tandem_july_nw
where franno <> sitefran);
Thanks, I would appreciate your quick responce.