Hi !
I imported a table from a text file and got a numeric column as a varchar.
I need to process arithmetic operations on the numbers of that column but i get an error message saying that arithmetic operations on a varchar column are impossible.
How can i transform a varchar digit into a numeric value ?
How can i change the whole column fro varchar into numeric ?
Thanks a lot !
I imported a table from a text file and got a numeric column as a varchar.
I need to process arithmetic operations on the numbers of that column but i get an error message saying that arithmetic operations on a varchar column are impossible.
How can i transform a varchar digit into a numeric value ?
How can i change the whole column fro varchar into numeric ?
Thanks a lot !