[rt-devel] A bit of oracle clue?

Tobias Brox tobiasb at suptra.org
Thu Mar 22 05:25:24 EST 2001


> 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;






More information about the Rt-devel mailing list