What is this "table" supposed to be?
If this is a table in a database, what's the name and version of the database engine? (Oracle 10g? MySQL 5.1? Something else?)
In general, I'd search the database documentation for functions like TO_NUMBER(), CONVERT() or CAST(). Without knowing the name of the database engine, it is hard to be more specific.
MK
MK