I have a column in a table with string values like
1g
5g
25g
1kg
25kg
1l
5l
45mu and so on
Is there any function i can use to extract just the numeric value from this string. In VB, i use VAL to get the numeric value in a string. What is the equivalent in SQL. Please help thanks.
Learn everything but implement only what is needed.
1g
5g
25g
1kg
25kg
1l
5l
45mu and so on
Is there any function i can use to extract just the numeric value from this string. In VB, i use VAL to get the numeric value in a string. What is the equivalent in SQL. Please help thanks.
Learn everything but implement only what is needed.