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)
 updatetext

Author  Topic 

fmardani
Constraint Violating Yak Guru

433 Posts

Posted - 2005-05-12 : 10:39:39
Hi,
Could you please modify this query so that I can update?
Please note that the field Comments is a text field.
I do know that I have to use updatetext but do not know how to.

Thanks

update
tblname
set
field1 = field1 + ' - hello there'
where
surname = 'johnson'

X002548
Not Just a Number

15586 Posts

Posted - 2005-05-12 : 11:30:54
Is there anything I can do to talk you out of text...

What's the max length of the column?

Do you know what books online is?



Brett

8-)
Go to Top of Page
   

- Advertisement -