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: Partial distinct - how?

Re: Partial distinct - how?

From: Roy Brokvam <roy.brokvam_at_conax.com>
Date: Thu, 23 Sep 1999 11:31:33 +0200
Message-ID: <aqmG3.691$OH6.12142@news1.online.no>


To fetch the data that you want, take a look at the GROUP BY clause in the SELECT section of your SQL reference.

To avoid repetition of person.id, take a look at the BREAK command in your SQL*Plus reference.

--
Roy Brokvam

Theory is when you know why it doesn't work. Practice is when it works, but you don't know why. We combine theory and practice;
It doesn't work, and we don't know why. Received on Thu Sep 23 1999 - 04:31:33 CDT

Original text of this message

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