sql query for fetching distinct records from table having count greater than 3
- by saurav
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?