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 -> simple sql question - group by having ?

simple sql question - group by having ?

From: jobs <jobs_at_webdos.com>
Date: 23 Apr 2007 07:33:39 -0700
Message-ID: <1177338819.658056.96010@y80g2000hsf.googlegroups.com>


I know this works

Select columna From tablea Group by columna Having count(*) > 1

But how can get columnb and columnc of the tablea table if i don't want to group by those columns?

A join? a union? Received on Mon Apr 23 2007 - 09:33:39 CDT

Original text of this message

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