Hello,
Sorry to come back on this again, but I have an additional issue:
I tried to write the above mentioned query here:
SELECT t1.Clientnr, t1.Country as Old_Country, t2.Country as NEW_Country, t1.Stopdate as Changedate
from ClientAddress t1,
ClientAddress t2
where t1.Clientnr =...