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 with an external file

Re: update with an external file

From: sim <jmenker_at_muenster.de>
Date: 13 Sep 2006 02:07:27 -0700
Message-ID: <1158138447.729321.104200@p79g2000cwp.googlegroups.com>


M. Ostertag wrote:

[...]
> All those numbers exist in the database. So I want to update the field
> migrstate='todo' for all those numbes
> in the text-file, but I don't know how :-((
>

[...]

update zeichnung a set migrstate='todo' where a.number in (select b.number from external_table b);

might help.

Regards,

Jörg Received on Wed Sep 13 2006 - 04:07:27 CDT

Original text of this message

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