Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Add text to field

Author  Topic 

Dr_lipshits
Starting Member

1 Post

Posted - 2001-07-26 : 14:03:24
Hello,

I am working with someone elses SQL 7 db. I need to update a text field that already has info in it. How can I get it to just add some text without deleting the old.


UPDATE euser
SET ProductServicesDescr = [ProductServicesDescr] + ',addy'

I have tried different variations of the above, but I can't get it to work.



   

- Advertisement -