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 -> Is there something equivalent to Unix "uniq" in Oracle?

Is there something equivalent to Unix "uniq" in Oracle?

From: Ramon F Herrera <ramon_at_conexus.net>
Date: 11 Jul 2003 23:53:22 -0700
Message-ID: <c9bc36ff.0307112253.4a4f592f@posting.google.com>


Does Oracle have a modifier or function equivalent to the "uniq" Unix command?

I need to do something like this across the Internet:

SELECT id FROM hugetable ORDER BY id;

I know that there are lots of repeated values and I am trying to reduce the network traffic.

TIA, -Ramon F. Herrera Received on Sat Jul 12 2003 - 01:53:22 CDT

Original text of this message

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