Zitat Zitat von RobertPic
Du darfst im Subselect nicht nocheinmal den Artikelstamm angeben. Es werden alle Updates gemacht, wenn zumindest 1 Satz die Bedienungen erfüllt.

Besser daher:

update atstam
set arthg = '007'
where atstam.artnr02 <> 'XYZ' and atstam.firnr in (
select artlif.firnr from artlif
where atstam.artnr01 = artlif.artnr01
and artlif.lifnr = '0815')

LG Rob
Vielen Dank für die prompte Hilfe.

Hat auch ohne Probleme funktioniert.