eine Richtung
select t1.* from
(select id,max(pid) as Maxpid
from yourtable
group by id) t2
join yourtable t1 on t2.id = t1.id
and t2.Maxpid = t1.pid
eine Richtung
select t1.* from
(select id,max(pid) as Maxpid
from yourtable
group by id) t2
join yourtable t1 on t2.id = t1.id
and t2.Maxpid = t1.pid
Tablix:Kopfzeilen auf jeder Seite wiederholen funktioniert nicht – Report Builder 3.0
Erstellen Sie eine Tabellen-DDL mit Execute Immediate In Oracle Database Part 2
SQL-Join mit korrelierter Unterabfrage, bei der Tabellen durch überlappende Bereiche verknüpft sind
Datendateien mit Statistica zusammenführen, Teil 2