I want to remove all text before the "@"
in table "food", column "names"
For example:
123@apple
890@orange
so the result will be just
apple
orange
Any help is appreciated
I am assuming you are trying to update a particular column in some table of a database.
You may try this to replace a substring in a column for each record