Hi friends,
My table structure as like this
name | id | Roles
-------------------------------
name1 | 1012 | Cleaning, Cooking
name2 | 1013 | Cooking
---------------------------------------------
I want to select all the repeating names ie,
Want to display the name which coming more than 1 times in database.
Please help me
Thanks in advance
Rajeesh