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

Home -> Community -> Usenet -> c.d.o.misc -> Re: update

Re: update

From: replace this with _at_ <_at_)xs4all.nl>
Date: Thu, 18 Jun 1998 21:22:07 GMT
Message-ID: <358982cd.4825178@news.xs4all.nl>


On Thu, 18 Jun 1998 16:14:43 GMT, chris_at_ultramedia.co.uk wrote:

>How can I get the following to work?
>
>update table2
>set ref_ID =
>select ID_let||ID_num from table1;

update table2
set ref_id = (select id_let || id_num from table1);


Received on Thu Jun 18 1998 - 16:22:07 CDT

Original text of this message

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