Hello all --
I have a field in my database, which holds varchar data in it in the format:
2001-001
several thousand rows, and I need a command that will go through and replace all the -'s with .'s such as
2001.001
so that I can then convert the data type to float...
what is my syntax?
the column name is projectNum, btw.
thx
Paul Prewett
I have a field in my database, which holds varchar data in it in the format:
2001-001
several thousand rows, and I need a command that will go through and replace all the -'s with .'s such as
2001.001
so that I can then convert the data type to float...
what is my syntax?
the column name is projectNum, btw.
Paul Prewett