Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy text from one table to another...
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Copy text from one table to another...
Miscellaneous
Thread ID:
01027139
Message ID:
01027139
Views:
76
can you help me with this syntax
update PostofficeFL set body = ( select template from TemplateFL with (nolock) where templateflid = 2 ) where Postofficeflid = @id
I'm getting this error:
Server: Msg 279, Level 16, State 3, Line 10
The text, ntext, and image data types are invalid in this subquery or aggregate expression.
Next
Reply
Map
View

Click here to load this message in the networking platform