Searching for phone numbers in mysql

后端 未结 16 2527
耶瑟儿~
耶瑟儿~ 2020-12-30 06:40

I have a table which is full of arbitrarily formatted phone numbers, like this

027 123 5644
021 393-5593
(07) 123 456
042123456

I need to sea

16条回答
  •  爱一瞬间的悲伤
    2020-12-30 07:00

    a possible solution can be found at http: //udf-regexp.php-baustelle.de/trac/

    additional package need to be installed, then you can play with REGEXP_REPLACE

提交回复
热议问题