Nicole: MYSQL DISTINCT DOPPELTE EINTRAEGE

Beitrag lesen

Hallo Stephan,

Doku:

DISTINCT and DISTINCTROW are synonyms and specify that
duplicate rows in the result set should be removed.

Danke für deine Hilfe, aber das Problem ist:
Sobald eine Spalte vorhanden ist, welche nicht doppelt sein kann,
wird alles angezeigt.

Will sagen: distinct prüft alle felder in der query abfrage
und sobald ich den autoincrement wert ID drin haben will,
spuckt er mir alle reihen aus.
z.B.
mysql_query("select distinct (nachname),vorname,id,email...");

Gruss Nikki