Wednesday, September 16, 2015

Oracle Query to Replace Special Characters from a string

SELECT REGEXP_REPLACE('##$!%*~``$123&&!!__!','[^[:alnum:]'' '']', NULL) FROM dual

No comments:

Post a Comment

Unix commands to get the count of files

 ls -l *.rdf | wc -l