I suspect this to be a relatively easy fix for someone with a greater grasp on SQL.
Some of the data in the ‘Name’ field of my db have a ‘!’ or ‘*’ in the name, usually at the beginning of the name. I want to remove those unnecessary characters.
Is there an SQL command that will achieve such a lofty goal with alacrity and simplicity?
Thanks in advance.
Use MySQL
REPLACEfunction in aUPDATEquery without anyWHEREclause like this:To do it in a single query, you can use this: