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 -> Need SELECT tips

Need SELECT tips

From: Violin <violin.hsiao_at_mail.pouchen.com.tw>
Date: 28 Jan 2000 05:18:33 GMT
Message-ID: <3893f0c5.236359@172.16.7.5>


Hello,
If I have a table : TEMP
COL1 CHAR(1) primary key
COL2 CHAR(1) col1 col2


  A        1
  B        1
  C        2
  D       2
  E       3
  F       3

How could I select the result?

col1 col2


  A        1
  C        2
  E        3

Thank you for any tips.

Violin.
violin.hsiao_at_mail.pouchen.com.tw Received on Thu Jan 27 2000 - 23:18:33 CST

Original text of this message

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