Hello,
I'm working with a table that I use a vbs script to populate and discovered I want to remove a peice of information from a particular field. I know how to do string manipulation in vbs but what is the sql methodology for doing something similar?
IE a filed named uptime contains vaules like 23 Days. I would like to write something in sql to query for the record with the Days trailer and remove it. So a record would go from 23 Days to 23.
Any examples I can learn from would be appreciated.
Thanks, Danzig
I'm working with a table that I use a vbs script to populate and discovered I want to remove a peice of information from a particular field. I know how to do string manipulation in vbs but what is the sql methodology for doing something similar?
IE a filed named uptime contains vaules like 23 Days. I would like to write something in sql to query for the record with the Days trailer and remove it. So a record would go from 23 Days to 23.
Any examples I can learn from would be appreciated.
Thanks, Danzig