sql query for fetching distinct records from table having count greater than 3

Posted by saurav on Stack Overflow See other posts from Stack Overflow or by saurav
Published on 2010-03-22T11:24:53Z Indexed on 2010/03/22 11:31 UTC
Read the original article Hit count: 256

Filed under:

i have a table with coloumn id , name and city

I want to fetch those rows where city is same and the number of rows are greater than 3. Is it possible in single sql query?

© Stack Overflow or respective owner

Related posts about mysql-query