I have one table jobs with fields
job_id skill_ids location
1 1,2,3 1, 3
2 2, 3 2
3 1, 4 4
I want jobs matching with same skill_ids,location of the job_id parameter skill_id (job_id is parameter)
skill_ids are comma separated so it should match at-least 2 skills