--follwoing code to eliminate the special characters
SELECT REGEXP_REPLACE('@$$My%%Blog&&*()','[^[:alnum(inlove)'' '']', NULL) FROM dual;
--query to eliminate the special characters
SELECT REGEXP_REPLACE('%%kr#($!@#is@hna','([[:punct:]])','') RESULT FROM dual;
SELECT REGEXP_REPLACE('@$$My%%Blog&&*()','[^[:alnum(inlove)'' '']', NULL) FROM dual;
--query to eliminate the special characters
SELECT REGEXP_REPLACE('%%kr#($!@#is@hna','([[:punct:]])','') RESULT FROM dual;
No comments:
Post a Comment