Thema
:
Delphi
Etwas komlizierte DELETE-Statement???
Einzelnen Beitrag anzeigen
omata
Registriert seit: 26. Aug 2004
Ort: Nebel auf Amrum
3.154 Beiträge
Delphi 7 Enterprise
#
2
Re: Etwas komlizierte DELETE-Statement???
11. Mär 2010, 00:42
Das sind ja unglaublich hilfreiche Informationen, die du uns da so hinschmeißt.
markieren
SQL
-Code:
DELETE
FROM
tabelle
FROM
tabelle x
WHERE
NOT
EXISTS
(
SELECT
*
FROM
tabelle
WHERE
id = x.id
AND
ic_datetime > DATEADD(m, -3, GETDATE()))
Zitat
omata
Öffentliches Profil ansehen
Mehr Beiträge von omata finden