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

Home -> Community -> Mailing Lists -> Oracle-L -> Sql query!!

Sql query!!

From: <Roland.Skoldblom_at_ica.se>
Date: Mon, 21 Jan 2002 05:13:00 -0800
Message-ID: <F001.003F58CC.20020121041022@fatcity.com>

Hallo,

Will this query work if I want to pick out the field id from nisse1, and that field doesnt hgave a value in nisse2.
If it doesnt work please help me.

select nisse1.NAMn, nisse1.id
from nisse1, nisse2
where nisse1.id= nisse2.idn(+)
and nisse1.namn = nisse2.name

Thanks in advance

Roland

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: Roland.Skoldblom_at_ica.se

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Jan 21 2002 - 07:13:00 CST

Original text of this message

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