sql >> Databasteknik >  >> RDS >> Oracle

VÄLJ den senaste i Oracle SQL Query

Detta är en formaterad kommentar. För att få det senaste måste du använda en underfråga någonstans.

where yourDate = (subquery to find more recent date)

eller

from yourTable join (
subquery to get most recent date
plus a recordId
) temp on yourTable.recordID = temp.recordID
and yourTable.yourDate = temp.mostRecentDate

Detaljerna är upp till dig.



  1. MySQL-import - Hur ignorerar jag Drop-tabellen om det finns en rad?

  2. The Adaptive Join Threshold

  3. Hur kan jag säkerställa att en materialiserad vy alltid är uppdaterad?

  4. Validera dina PostgreSQL-säkerhetskopier på Docker