개발/SQL
sql 전화번호 format REGEXP_REPLACE
쥬쥬파파
2022. 6. 29. 20:50
REGEXP_REPLACE( REPLACE( MBR_PHONE,'-',''), '(02|.{3})(.+)(.{4})', '\\1-\\2-\\3')