Jump to content

[SOLVED] Adding content...


Germaris

Recommended Posts

What you need to do is:

 

read the 'old content' value

add the new content to the old content (or v/v) using the concatenation operator - the dot

UPDATE the database table with the concatenated content

 

 

 

Thanks for replying to both of you.

And the winner is...  Andy!

 

I did

UPDATE table SET column = CONCAT(column," string") WHERE column2 = "value";

And it worked nice at the very first attempt.

 

 

 

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.