Jakeman
06-20-2004, 05:49 AM
Lets say I have the field table.field of type mediumtext that already contains a string value. I want to add to the value of the field by concatenating another string on the end of the existing string.
Is there a special query to do this or do I need to concatenate in PHP and then do a regular UPDATE query?
thx
Is there a special query to do this or do I need to concatenate in PHP and then do a regular UPDATE query?
thx