About
Pricing
Community
Teams
Start Free Trial
Log in
mgordon-spi
asked on
2/1/2016
Max ID per user from table
I have a table that has multiple rows per user, I need to get a list of the last ID per User.
SELECT ID, ProjectID, UserID
FROM tAssessments
WHERE (ProjectID = 1)
Microsoft SQL Server
Microsoft SQL Server 2005
Microsoft SQL Server 2008
2
1
Last Comment
mgordon-spi
8/22/2022 - Mon