Hi All, Is this a valid query and will it achieve the result of appending a carriage return and some text to the current contents of a "text" type field:
Update Atable set Afield = concat(Afield, "\n", "Some Text") where KeyField
= 'keydata'
Thanks in advance.
Allen
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
