I am trying to update a database and replace existing text strings. The existing text strings have & within them.
The command I am inputting is
update fieldd0300 set supplier = 'ABBOTT AND COSTELLO' where supplier like 'A & C%';
This then prompts me for a value for C which is not what I want.
I have tried using \ as a delimiter but this does not seem to work, does anyone know what I should be using.
The command I am inputting is
update fieldd0300 set supplier = 'ABBOTT AND COSTELLO' where supplier like 'A & C%';
This then prompts me for a value for C which is not what I want.
I have tried using \ as a delimiter but this does not seem to work, does anyone know what I should be using.