show/hide this revision's text 4 edited tags
show/hide this revision's text 3 edited tags
show/hide this revision's text 2 added 150 characters in body

Table: UserId, Value, Date.

I want to get the UserId, Value for the max(Date) for each UserId. That is, the Value for each UserId that has the latest date. Is there a way to do this simply in SQL? (Preferably Oracle)

Thank in advance!

[Update:] Apologies for any ambiguity: I need to get ALL the UserIds. But for each UserId, only that row where that user has the latest date.

show/hide this revision's text 1