Answers for "how to append a string in mysql"

SQL
0

mysql add text to existing field

UPDATE categories SET code = CONCAT(code, '_standard') WHERE id = 1;
Posted by: Guest on December-10-2020

Code answers related to "how to append a string in mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language