Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> JOINED UPDATE

JOINED UPDATE

From: system manager <sysmgr_at_netlimit.com>
Date: Wed, 11 Feb 2004 13:51:59 -0600
Message-ID: <1846720042311195159406@netlimit.com>


Dear List,

Is Oracle support joined update like SQL written like ANSI. But SQL Server does? Can we do below query in Oracle?

update account

set account.expire_dt=temp_savedates.expire_dt,
account.curr_eff_dt=temp_savedates.curr_eff_dt,
account.acct_end_dt=temp_savedates.acct_end_dt
from account, temp_savedates
where account.acct_num=temp_savedates.acct_num;

Free email with personality! Over 200 domains! http://www.MyOwnEmail.com
Looking for friendships,romance and more? http://www.MyOwnFriends.com

Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Wed Feb 11 2004 - 13:51:59 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US