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

Home -> Community -> Usenet -> c.d.o.server -> Re: updation problem

Re: updation problem

From: <sybrandb_at_yahoo.com>
Date: 27 Mar 2006 01:16:24 -0800
Message-ID: <1143450984.556985.116430@i39g2000cwa.googlegroups.com>


update t_try2
set tid = (select tid from t_try1 where t_try.empid = t_try2.empid) where empid in (select empid from t_try1).

Please do not cross- and/or multipost to every oracle group you can spell

--
Sybrand Bakker
Senior Oracle DBA
Received on Mon Mar 27 2006 - 03:16:24 CST

Original text of this message

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