Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update from inner SQL
Message
From
01/03/2011 18:50:30
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
 
To
01/03/2011 18:46:34
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01502274
Message ID:
01502296
Views:
23
I take all that back. This does not work.
update ss set ss.siteCat = 1
from site as ss join trans t
on t.siteno = ss.siteno
where ss.recno = 9000016


>I checked version 9 and this update works
>
>update site set ss.siteCat = 1
>from site as ss join trans t
>on t.siteno = ss.siteno
>where ss.recno = 9000016
>
>
>>>I now prefer using this syntax:
>>>
>>>;with cteToUpdate (select goes here)
>>>
>>>select * from cteToUpdate -- if this works OK, then comment it
>>>
>>>update cteToUpdate set ...
>>>
>>>
>>>
>>>This is SQL Server proprietary code.
>>
>>I am not familiar with the "with" syntax. Could you elaborate more on it? Basically, I am looking at one SQL. I do not want to execute something in SSMS, for example, from various commands in a row. So, I am interested to know if there is a more conventional syntax we should use in those circumstances.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform