/ Published in: SQL
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