5 pts.
 Alpha to numeric
How to converet a field from alpha to numeric in query

Software/Hardware used:
ASKED: October 10, 2008  2:34 PM
UPDATED: October 10, 2008  10:25 PM

Answer Wiki:
Are you talking about SQL query? You can use a scalar function to do that: SELECT INTEGER(column) FROM table or SELECT DECIMAL(column) FROM table
Last Wiki Answer Submitted:  October 10, 2008  2:44 pm  by  RodneyKrick   265 pts.
All Answer Wiki Contributors:  RodneyKrick   265 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Using what platform?

 64,520 pts.