Mysql Dodaj tekst do istniejącego pola

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