Mysql
 sql >> Database >  >> RDS >> Mysql

Aggiunta di dati a un campo del database MySQL che contiene già dati

UPDATE Table SET Field=CONCAT(Field,'your extra html');