Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Re: Re: Re: Right Number DB

by rdfield (Priest)
on Dec 11, 2003 at 11:04 UTC ( [id://314015]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Right Number DB
in thread Right Number DB

You can limit the results of aggregate function in SQL with the "having" clause:
select column1,column2,count(*) from sometable group by column1,column2 having count(*) > 2

rdfield

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://314015]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-25 06:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found