Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL. Correlated UPDATE problem.
In article <87rats$92h$1_at_serv1.iunet.it>, on Wed, 9 Feb 2000 at 10:10:07,
Marcelllo Cecci <URL: mailto:mcecci_at_seldat.it> writes
>try this
>statement:
>
>UPDATE
> customers
>SET
> cusname = (SELECT Cname FROM Customers_newinfo
> WHERE Customers_newinfo.Cno = customers.Cusno)
> and exist
> (SELECT * FROM Customers_newinfo
> WHERE Customers_newinfo.Cno = customers.Cusno)
>;
Some follow-up questions about this:
Leonard Will
--
Willpower Information (Partners: Dr Leonard D Will, Sheena E Will) Information Management Consultants Tel: +44 (0)20 8372 0092 27 Calshot Way, Enfield, Middlesex EN2 7BQ, UK. Fax: +44 (0)20 8372 0094 L.Will_at_Willpower.demon.co.uk Sheena.Will_at_Willpower.demon.co.uk ---------------- <URL:http://www.willpower.demon.co.uk/> ----------------Received on Mon Feb 14 2000 - 05:44:59 CST
![]() |
![]() |