U moet de CONCAT()
functie in MySQL voor aaneenschakeling van strings:
UPDATE categories SET code = CONCAT(code, '_standard') WHERE id = 1;
U moet de CONCAT()
functie in MySQL voor aaneenschakeling van strings:
UPDATE categories SET code = CONCAT(code, '_standard') WHERE id = 1;