ew text and the
old text.
J.R.
--------
From: sam rumaizan
Sent: Friday, April 06, 2007 12:31 PM
To: [EMAIL PROTECTED]
Subject: re: append information
How About CONCAT_WS()
"J.R. Bullington" wrote:
Use the CONCAT() func
#x27;t normally see in
a textfield so that you can differentiate between the new text and the old text.
J.R.
From: sam rumaizan <[EMAIL PROTECTED]>
Sent: Friday, April 06, 2007 12:31 PM
To: [EMAIL PROTECTED]
Subject: re: append information
How Abou
Use the CONCAT() function to achieve this:
UPDATE tmpTable SET Textarea = concat(Textarea,'data you wish to add') WHERE ID
= someID
HTH!
From: sam rumaizan <[EMAIL PROTECTED]>
Sent: Thursday, April 05, 20