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 -> Re: SQL dude

Re: SQL dude

From: Brian Peasland <oracle_dba_at_nospam.peasland.net>
Date: Fri, 7 Apr 2006 15:04:58 GMT
Message-ID: <IxCxwJ.B4F@igsrsparc2.er.usgs.gov>


Try the first solution offered:

SELECT		spalte
FROM		test_01
GROUP BY 	spalte

HAVING COUNT(*) > 1 HTH,
Brian
-- 
===================================================================

Brian Peasland
oracle_dba_at_nospam.peasland.net
http://www.peasland.net

Remove the "nospam." from the email address to email me.


"I can give it to you cheap, quick, and good.
Now pick two out of the three" - Unknown
Received on Fri Apr 07 2006 - 10:04:58 CDT

Original text of this message

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