Du bräuchtest eher sowas:
Code:
Update Datei set Status = 2 where id in (Select id from Datei where status = 1 fetch first 100 rows only)