Forum Moderators: coopster
SELECT name FROM employees WHERE skill_sets = 'php'
or if it's in a list, you can use like,
SELECT name FROM employees WHERE skill_sets like '%php%'
Otherwise, as questioned, the environment and example is going to help answer.
I found the above code online and there is plenty of mention of regexs for sql but it just doesn't seem to work.