SQL/오라클(Oracle)
오라클 전화번호에서 '-', space, '.' 제거하기
SSaMKJ
2013. 3. 25. 15:19
SELECT REGEXP_REPLACE(mysms, '(-| |\.)','') as number FROM 테이블