Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: UPDATE SQL
depending on your table structure you should be able to use one of
update (select statement) set col1=newval
or
update profile customers set sp_type_cd=(
select statement)
where exists(
select statement);
--
Niall Litchfield
Oracle DBA
http://www.niall.litchfield.dial.pipex.com
--
http://www.freelists.org/webpage/oracle-l
Received on Wed Oct 13 2004 - 06:48:01 CDT
![]() |
![]() |