--dieses arbeitet…
UPDATE Table_1
Namen EINSTELLEN = (AUSERWÄHLTES Table_2.toast VON Table_2, WO Table_2.other_id = Table_1.id)
WO EXISTIERT (Table_2.toast VON Table_2 VORWÄHLEN, WO Table_2.other_id = Table_1.id)
--dieses arbeitet nicht
UPDATE AddressPhase
FixedCost EINSTELLEN = (AUSERWÄHLTES #TEMP1.Cost VON #TEMP1, WO #TEMP1.IntAddressPhasesId = AddressPhase.IntAddressPhasesId)
WO EXISTIERT (#TEMP1.Cost VON #TEMP1 VORWÄHLEN, WO #TEMP1.IntAddressPhasesId = AddressPhase.IntAddressPhasesId)
|