Hi All,
I am new to oracle databases and i need to convert a field in my table called dummy_code which is stored in a string format to a number.
When i write the following SQL command i get an error "ORA-01722: invalid number"
select dummy_code from A
Where dummy_code = 12345
Any help is greatly appreciated.