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 -> I did max(pin) and it worked. n/m

I did max(pin) and it worked. n/m

From: MN <mirek1_at_hotmail.com>
Date: Thu, 3 Dec 1998 09:46:49 -0500
Message-ID: <746891$dp6@news1.sjc.in.sel.sony.com>

KeyStroke (Jack L. Swayze Sr.) wrote in message <3665EB3B.950AB2BF_at_Feist.Com>...
>not being there, I can't tell if this will work or not but try this:
>
>update addressbook2 set pin =
>(select pin from phonebook where phonebook.firstname=addressbook2.firstname
>and
>phonebook.lastname=addressbook2.lastname)
>where (addressbook2.firstname, addressbook2.lastname) IN (select firstname,
>lastname from phonebook)
Received on Thu Dec 03 1998 - 08:46:49 CST

Original text of this message

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