get employees if not contains in sql code example Example: get employees if not contains in sql SELECT JOB_ID FROM EMPLOYEES WHERE JOB_ID NOT LIKE '%REP' ;