best way to remove '-' in oracle SP -


I have an Oracle stored procedure, which is in its form as a benchmark, which is a Social Security Number (SSN) . -xx-xxxx What is the best way to remove the hyphen, so that I change the SSN in a XXXXXXXX format?

  replication ('xxx-xx-xxxx', '-', '')  

Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -