hey all
I just need someone who can explian to me what the ESCAPE keyword does here ??
nd what the deference if I remove it ??
SELECT employee_id, last_name, job_id
FROM employees
WHERE job_id LIKE '%SA\_%' ESCAPE '\';
note working on the sample database SQL developers