Possible Duplicate:
How to do a regular expression replace in MySQL?
Hi,
please help me in mysql regular expression to remove all non alpha numeric characters from a column data.
Thanks in advance.
Hi, please help me in mysql regular expression to remove all non alpha numeric characters from a column data. Thanks in advance. |
||||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
There was no What you can do, however, is fetch rows that don't qualify using a regexp:
|
|||
|
|
|
MYSQL REGEX can only match a pattern. It can not replace or remove any characters. Is it possible to use PHP to do the operation?
Atleast I do believe you can use POSIX.. |
|||
|
|