내용

글번호 739
작성자 허진경
작성일 2017-08-17 12:47:51
제목 혜수꺼
내용 select substr(job_id, 0, instr(job_id, 'MA')-1) || '<p class=red>' || substr(job_id, instr(job_id, 'MA'), length('MA')) || '</p>' || substr( job_id, instr(job_id, 'MA')+length('MA')) from employees where job_id like '%MA%';