I have a user table in which we store skills of a user that is a comma separated ids like ,These are primary key of skill table
'2,3,4,5'
and i have a search page,In which we have to search using the skills that also multiple entry, the data is like this
'2,3' or '3,4' or '6,7' or '2'
my question is how do i write the where clause any one please help
thanks in advance