Append to a text field

R

Ryan Langton

Nevermind it is simple.
"UPDATE table.field SET field = field + N'Appended Text' WHERE <condition>"
 
P

Philipp Stiefel

Ryan Langton said:
Is there any way with T-SQL to append to a text field?

Yes, have a look at the TEXTPTR function and the UPDATETEXT
command.

HTH
Phil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top