[ad_1]
Use MySQL’s concat().
If you want to update :
update tablename set column=concat('Super ', column);
You can even add a where clause .
[ad_2]
solved How to add to string a new string [closed]
[ad_1]
Use MySQL’s concat().
If you want to update :
update tablename set column=concat('Super ', column);
You can even add a where clause .
[ad_2]
solved How to add to string a new string [closed]