Re: Update SQL problem

From: MNAHanda <mnahanda_at_aol.com>
Date: 1996/01/24
Message-ID: <4e4rek$ihm_at_newsbf02.news.aol.com>#1/1


Hi !
The simplest way would be :

update table1

    set day=sysdate
    where table1.id = (select id from table2 where field2 like'BLAH'

                               and rownum = 1);




Manisha Handa Received on Wed Jan 24 1996 - 00:00:00 CET

Original text of this message