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 -> DISTINCT and DISTINCTROW in a SQL query?

DISTINCT and DISTINCTROW in a SQL query?

From: carloMarx <carlp_at_cotex.com>
Date: Fri, 28 Aug 1998 12:24:48 -0500
Message-ID: <6s6ovc$ak6$1@news.onramp.net>


I'm hoping someone will help me understand the differences between DISTINCT and DISTINCTROW in a SQL query.

Does DISTINCT only return the First of a set of completely redundant values from among the selected values?

Does DISTINCTROW not return any redundant sets of values from the selected ones, even if the redundancies occur outside the selected fields?

I'd sure be glad if someone would help shed light on this. I'm reading about SQL and the explanation of this is pretty ill-written. Received on Fri Aug 28 1998 - 12:24:48 CDT

Original text of this message

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