I've looked at concat and other string functions as well as searched
on 'update' and 'longtext', but the results haven't been useful. Am I
missing something easy, or will this be more involved than a simple
one-line SQL statement?
You obviously didn't look at CONCAT that hard...
UPDATE mytable SET myfield = CONCAT( myfield, "more text" ) WHERE
<condition> LIMIT 1
Evidently not. :)
That works nicely. Thanks!
Whil
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]