How to remove non numeric characters in SQL server using TSQL?
Validating the user
|
Category: SQL Server
view more software Tips and Tricks
Updated: 03/14/2015 17:03 PM
Author: Shiju Mathews Status: Resolved. |
|
There is no built in function to remove the non-numeric characters in SQL server. But it is possible to create a function as follows. |