SELECT DISTINCT a.name
FROM test AS a
JOIN test AS b
ON a.name = b.name
AND a.date > b.date
AND a.score < b.score
SELECT DISTINCT a.name
FROM test AS a
JOIN test AS b
ON a.name = b.name
AND a.date > b.date
AND a.score < b.score
So fügen Sie eine Identitätsspalte zur Tabelle durch TSQL und GUI in SQL Server hinzu - SQL Server / T-SQL-Tutorial Teil 40
5 Gründe, warum Microsoft Access großartig für Startups ist
Vergleich von Datenspeichern für PostgreSQL – MVCC vs. InnoDB
Welche Fähigkeiten und Kenntnisse benötigen Datenbankdesigner?