Verdammt... wegen dem
SQl-Bug hab ich oben das UPDATE übersehen. Hat mich schon verwundert
Leider tuts immer noch nicht. So sieht meine Tabelle table1 aus:
id hat den Primary Key. Folgendes Statement:
SQL-Code:
SELECT *
FROM table1 u
WHERE u.id != (SELECT Min(t.id)
FROM table1 t
WHERE t.vorname = u.vorname and
t.nachname = u.nachname
GROUP BY (t.vorname, t.nachname)
HAVING Count(t.id) > 1)
verursacht folgenden Fehler:
Zitat:
You have an error in your
SQL syntax. Check the manual that corresponds to your
MySQL server version for the right syntax to use near 'SELECT Min(t.id) FROM table1 t WHERE t.vorname = u.vorname and
Benutzt wird Version 4.0.1.6