I have an "Observation" table in SQL Server 2008. This table has a locationId column for a bunch of geographic locations, a few columns for observation details and a column for latest updated date.
Every week, a new observation record for each location is appended. So a location has many occurrences in the table.
What I want to achieve is to be able to get the most recent observation record for each location.
Can anyone help with any idea?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…