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 |
|
zeeshan13
Constraint Violating Yak Guru
347 Posts |
Posted - 2011-01-21 : 16:12:54
|
| Hi All,I have a table called CompetitorMapping with a column RDS_CompetitorAddress with nvarchar(255) data type. I need to insert strings in this column that has comma (,). So how I do insert the following string in this table.KENT,WA-10201 SE 240thThanks for the prompt help.Zee |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
zeeshan13
Constraint Violating Yak Guru
347 Posts |
Posted - 2011-01-21 : 16:21:21
|
| Sorry. Here is the correct string. How do I insert the following string? Please suggest. Thanks.KENT'WA-10201 SE 240th |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|
|