/ Published in: SQL
![](/img/icon_sav.png?v3)
Can be used when looking for values that are duplicates.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
SELECT city_name FROM areas GROUP BY city_name HAVING COUNT(*) > 1
Comments
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)