Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sp problem
Message
 
 
To
18/07/2006 22:34:08
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Miscellaneous
Thread ID:
01137465
Message ID:
01137469
Views:
14
>
>declare @abc nvarchar(40)
>set @abc = 'RAND WORLD INT'L FREIGHT FORWARDING CO.,LTD'
>update myTable set companyname =@abc
>
>
> ^^^^^^^^^^ this statment invalid , How can I correct it ??
>Thanks

You have a single quote inside abc. You can double it or use different text delimiter.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform