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

Home -> Community -> Mailing Lists -> Oracle-L -> PL/SQL Question

PL/SQL Question

From: <iashraf_at_csc.com>
Date: Tue, 19 Mar 2002 04:28:20 -0800
Message-ID: <F001.0042CDDC.20020319042820@fatcity.com>

Hi all,

i have 2 tables software and licence. 1 licence can have many softwares.

softwares



name platform Licence_id
abc  NT        1
def         WIN2K                    1
ghi          all                             2

i want to write a query that displays the results as follows

licence_id softwares

-----------          -----------------------
1                        abc (NT), def(WIN2K)
2                         all

Any suggestions on how i can do this?

cheers!

--

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

Author:
  INET: iashraf_at_csc.com

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 Tue Mar 19 2002 - 06:28:20 CST

Original text of this message

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