| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Request Tracker Call for Assistance
DISTINCT and UNIQUE in a select are synonyms for each other. They produce the same result in Oracle.
>>> dmorgan_at_bartertrust.com 03/27/01 09:31AM >>> Hi All,
I have been involved with a perl/DBI trouble
ticketing system called Request Tracker. I have done a small
piece of the work required to port the system to Oracle.
The creators are almost finished but with my new
job I cannot devote the time necessary now that
they are pushing to a beta release.
Jesse needs Oracle testers and both Oracle and perl
assistance.
The current problem is the use of "DISTINCT" in a
select clause from a table that has BLOB/CLOB etc
columns.
This is an industrial strength web and email ticketing
system ala Remedy, but it is under an open source license.
http://www.fsck.com/projects/rt/
mailto:jesse_at_fsck.com
Tobias Brox wrote:
>
> > Anyone have a helpful
> > suggestion for how to make oracle happy with this:
> >
> > SELECT DISTINCT * from Tablename;
> >
> > Thanks,
> > Jesse
>
> I've never tried Oracle, but I'd suggest trying this:
>
> SELECT UNIQUE(*) from Tablename;
>
> _______________________________________________
> Rt-devel mailing list
> Rt-devel_at_lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-devel
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Dave Morgan INET: dmorgan_at_bartertrust.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: William Beilstein INET: BeilstWH_at_obg.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Mar 27 2001 - 10:15:41 CST
![]() |
![]() |