Forum: SQL |
Thema:
Re: SQL Query which shows differences between 2 tables |
Von:
Thomas Scherner (
12.10.2005 13:02) |
So it is very hard. Then you list al changes but you don't see where they are taken. Do you want this ???
select * from table a, table b
where a.name=b.name
and a.web<>b.web
or ......
so you see all data where the Name is same and the email etc. hade changed
Ich bin ein Newbie . Aber jeder hat mal angefangen. Gruß & Dank Thomas
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!