I have a table that has some poorly formed data. A person can read it and understand it well enough to know what the person entering the data meant. Any program I make has lots of problems with it so I need to fix this data.
I can create a select statement that uses the poorly formed data and with a concatenate and data from other columns in the same record is able to display the data as it should have been entered.
My question, how do I take data from a select statement and use it in an update statement? Or is there a different approach that would be easier to solve this problem? I should only need to do this once so a workaround that may not be standard would be fine.
Thanks
I can create a select statement that uses the poorly formed data and with a concatenate and data from other columns in the same record is able to display the data as it should have been entered.
My question, how do I take data from a select statement and use it in an update statement? Or is there a different approach that would be easier to solve this problem? I should only need to do this once so a workaround that may not be standard would be fine.
Thanks