I have only been working with SQL for a few months. I am trying to strip trailing zeroes from a version number in the middle of a string.
For example, I have a record that shows "7-zip 19.00 (x64 Edition)" I need to make a column that shows it as "7-zip 19 (x64 Edition)"
I wouldn't normally manipulate this data, but I'm working with some terrible data from the start.
For clarification, I am not trying to make changes to the stored data. I just need to show a new column in my query.