UPDATE AMAZON
SET AMARBELEG = (
Select Rechnungen.Rechnungsnummer
from Rechnungen,Amazon
where Rechnungen.Belegtext = Amazon.orderid
);
Hello i am trying to prevent the
error code 1093.
I have tried several workarounds, but seem not to quite understand the idea of the tmptable. Could anybody explain with my Tables, how i can prevent the error?