soweit hat alles geklappt. geht auch:
SELECT * , count(name) as zahl, count(vorname) as zahl2 FROM $k_table GROUP BY name HAVING zahl > 1 AND zahl2 > 1;"
wenn ich zwei felder auf doppelte prüfen will?
janosch
soweit hat alles geklappt. geht auch:
SELECT * , count(name) as zahl, count(vorname) as zahl2 FROM $k_table GROUP BY name HAVING zahl > 1 AND zahl2 > 1;"
wenn ich zwei felder auf doppelte prüfen will?
janosch