Hi,
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 'GROUP_CONCAT([...]
Und wie sieht der Query aus den du an die Datenbank geschickt hast?
SELECT tabelle.Name, tabelle.Symbol
GROUP_CONCAT(tabelle.Symbol) FROM tabelle GROUP BY tabelle.Name
Und dass da schlicht und einfach ein Komma fehlt, checkst du nicht selber?
MfG ChrisB
--
RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?