I want to delete a certain string in a cell in MS Access, whether in a column or in the whole table. I know that I can do this using plain old Find and Replace but in this case it is not economical for my thousand-row table.
For example,
- remove all
Unknown
values from all columns. - remove the string "dollars" from the values in column
price
ie. if the cell contains "34 dollars", it will just be "34".
Can this be done in SQL and how?