I have to get table only with duplicate text values using SQL query. I have used Having count(columnname) > 1
but I'm not getting result, only with duplicate values instead getting all values.
Can anyone suggest whether I have to add anything to my query?
Thanks.