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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Help on query

Re: Help on query

From: Burçin Üstün Kılıç <bustun_at_havelsan.com.tr>
Date: Tue, 22 May 2001 01:40:41 -0700
Message-ID: <F001.0030A493.20010522010526@fatcity.com>

Hi,
I think It gives the right respose for
you:
 
select a.std_no from exam a ,exam b where (a.subject='CHEM' and a.POINT='A') and (b.subject='PHYSIC' and b.POINT='A')and a.std_no=b.std_no;
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">

  Dear gurus,
  I have a table : Tabel Exam
  STD_NO SUBJECT POINT ====== =======

Received on Tue May 22 2001 - 03:40:41 CDT

Original text of this message

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