I have a old database in which column categories is stored in bad shape … with extra space in them, example
Hotels in London
Hotels in Manchester
is there a way i can alter this space inside the table … if i can remove extra space from categories (middle space) to get output like this
Hotels in London
Thx
You can use the
REPLACEfunction like