Einzelnen Beitrag anzeigen

Mikkey

Registriert seit: 5. Aug 2013
265 Beiträge
 
#2

AW: TSQL Compact .Net 3.5

  Alt 2. Sep 2013, 16:08
Vorschlag:

Code:
Delete from table as t1
 where exists
   select .. from table as t2 where t1.a1=t2.a1 and ...
   and t1.timestamp > t2.timestamp and
   <zur Minutengleichheit fällt mir gerade nichts ein>
Gruß, Mikkey
  Mit Zitat antworten Zitat