Microsoft
Software
Hardware
Network
Question : aggregate in the set list of an UPDATE statement.
Hello, I get the following error with my statement below:
An aggregate may not appear in the set list of an UPDATE statement.
How can I fix the statement?
Update a
set LastComment = MAX(b.created)
from ReviewComments b
INNER JOIN #Temp a
ON a.[ReviewId] = b.[ReviewId]
Answer : aggregate in the set list of an UPDATE statement.
This should do:
Update a
set LastComment = b.created
from #Temp a
INNER JOIN ( SELECT [ReviewId], MAX(created) created FROM ReviewComments
GROUP BY [ReviewId]) b
ON a.[ReviewId] = b.[ReviewId]
Random Solutions
Format Date
Setup POP3 on Exchange 2007 / SBS 2008 Server
Simple T-SQL question...
How can I relocate the WSUS content databases to another server? Please advise
Why wont a hp laptop power up?
macro to insert headers
How to copy field data to anotehr field
Server rebooting with Error code Error code 000000d1, parameter1 00000004, parameter2 d0000009, parameter3 00000000, parameter4 f737bb85.
Excel chart with two Y - axis (vertical)
I am unable to open word or excell folders in microsoft office professional 2007. There appears to be a problem with the encryption. I will attache a couple of examples.