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
VBA - IF Condition and Fill Down, added to existing code
How to create a webshare folder
MS CRM: How to show email sender in history
varchar sort
Reconnect Flash Disk/ Drive or USB
Item cannot be found in the collection corresponding to the requested name or ordinal (MS ACCESS)
Microsoft Project Server 2007 Permissions questions ?
SBS 2008 insists I have not ran Migration Prep on source server; I have
PC Won't Run Firefox
Address generator for UK test data.