SyntaxFix
Write A Post
Hire A Developer
Questions
You can't do it as a simple single query, but this would do:
select title from kmovies where title in ( select title from kmovies group by title order by cnt desc having count(title) > 1 )