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.
| Author |
Topic |
|
fabianus76
Posting Yak Master
191 Posts |
Posted - 2005-10-05 : 18:39:03
|
| How do I have to format the following query so that the ' is not disturbing?UPDATE mytable SET myColumn = "that's what should be in the cell"You see what I mean? the ' in that's is the problem :-(Thank you for any help!Regards, Fabianmy favorit hoster is ASPnix : www.aspnix.com ! |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2005-10-05 : 18:41:03
|
| UPDATE mytable SET myColumn = 'that''s what should be in the cell'Tara |
 |
|
|
fabianus76
Posting Yak Master
191 Posts |
Posted - 2005-10-05 : 18:49:30
|
| Hi Tara, thank you for this quick reply - that helps me in an urgent situatio. Thanks again, Fabianmy favorit hoster is ASPnix : www.aspnix.com ! |
 |
|
|
|
|
|