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

Home -> Community -> Usenet -> c.d.o.tools -> Re: distinct

Re: distinct

From: Daniel A. Morgan <dmorgan_at_exesolutions.com>
Date: Thu, 15 Feb 2001 22:56:15 -0800
Message-ID: <3A8CCF0F.FCCAF4BA@exesolutions.com>

> How can I speedup a distinct?

  1. Change it to a GROUP BY. Though that only works in some cases.
  2. Build an index if one does not already exist.

Daniel A. Morgan Received on Fri Feb 16 2001 - 00:56:15 CST

Original text of this message

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