Please how I can update table where is some text?
Example: I have text "said hello" and I want to make this "Peter said hello" - I want to add word Peter...
understand?
Thanks very much.
Try something like :
UPDATE TABLE_NAME SET FIELD = CONCAT('Peter ',FIELD) WHERE CONDITION;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With