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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Help!!! on SqlPlus query

Re: Help!!! on SqlPlus query

From: Iancrozier <iancrozier_at_aol.com>
Date: 9 Apr 1999 14:10:10 GMT
Message-ID: <19990409101010.27675.00000551@ng-fq1.aol.com>


Try this for the first one:
SELECT h.name_h, m.name_m

    FROM hospital h, medecin m, hos_med lm  WHERE hm.code_m = m.code_name

        AND hm.code_h h.code_h;

Let me know how it goes. If it works, I'll try the second one for you :-) Received on Fri Apr 09 1999 - 09:10:10 CDT

Original text of this message

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