phpbar.de logo

Mailinglisten-Archive

Differenzmege derDatensätze zweier Tabellen ermitteln

Differenzmege derDatensätze zweier Tabellen ermitteln

Jan Kuehl jan.kuehl at software-tomography.com
Die Jul 15 16:45:49 CEST 2003


Ich vergass noch zu erlaeutern

Jan Kuehl schrieb:
> Die Loesung laesst sich mit 2 Statements schreiben, die in einer Tablle 
> landen:
> 
> SELECT tbl_a.*
> FROM tbl_a LEFT JOIN tbl_b
>      ON tbl_a.sp1 = tbl_b.sp1
>      AND tbl_a.sp2 = tbl_b.sp2
> WHERE tbl_b.sp1 IS NULL

Dinge die in a drin sind und nicht in b

> 
> SELECT tbl_b.*
> FROM tbl_b LEFT JOIN tbl_a
>      ON tbl_a.sp1 = tbl_b.sp1
>      AND tbl_a.sp2 = tbl_b.sp2
> WHERE tbl_a.sp1 IS NULL
> 

Dinge die in B drin sind und nicht in A


-- 
Software-Tomography - we make the invisible visible!
Jan Kuehl
Software-Tomography GmbH
Karlstr.7
D-03044 Cottbus
e-Mail: jan.kuehl at software-tomography.com
http://www.software-tomography.com
Phone:  +49 (0355) 4945077
----------------------------

-- 
Infos zur Mailingliste, zur Teilnahme und zum An- und Abmelden unter
-->>  http://www.4t2.com/mysql 


php::bar PHP Wiki   -   Listenarchive