MySQL Добавить текст в существующее поле

UPDATE categories SET code = CONCAT(code, '_standard') WHERE id = 1;
Healthy Hummingbird