I am working with an SQL Server Database that has a field name customvalue. This is a varchar field and has everything from text, dates, numbers ect... in it. I am trying to extract only the numerical values from the field.
employee customvalue
112 12
112 13
112 JOE BLOW
112 07/29/2008
140 Expense
For example only pull out the 12 and 13 values.
Thanks much!!
employee customvalue
112 12
112 13
112 JOE BLOW
112 07/29/2008
140 Expense
For example only pull out the 12 and 13 values.
Thanks much!!