<BLOCKQUOTE><font size="1" face="Verdana, Arial">Zitat:</font><HR>Original erstellt von schreibr:
Update lib.file
Set status='L'
Where status='I' and datum8 in(select datum8 from lib.file1) >0
[/quote]

Hallo Torsten,
ich habe die Abfrage jetzt wie folgt geändert:

Update...
Set ...
Where status='I' and datum8>0 in(select datum8 from lib.file1)

... und jetzt kommt SQL-Fehler Schlüsselwort IN nicht erwartet.

Und was nu ?
Gruss Reinhold