Recruiter list,Employer List,Latest Jobs,Intrested Recruiter,Recruiter Resume,Shortlisted Hr Resume
UPDATE assign SET menu=REPLACE(REPLACE(CONCAT(',', menu, ','), 'Shortlisted Hr Resume', ''), ',,', ',') WHERE hr_id='hr2911025540'
In this case, I have a string Recruiter List, Shortlisted Hr Resume, Add Hr
. Now I want to remove only Shortlisted Hr Resume
but this query replace value from both ending and output look like ,Employer List,Latest Jobs,Intrested Recruiter,Recruiter Resume,
So, How can I do this please help me ?