I am struggling to remember the relevant SQL for the following scenario - can anyone job my memory.
I am wanting to select all fields where skills = skills but not return any results which contain skills1?
I guess the SQL should be something like this:
"SELECT * FROM job WHERE skills = $skills";
But how do I then filter out skills1?