Thread alle ergebnisse eines selects in einem feld
(2 answers)
Opened by Gast at 2005-08-12 11:37
[sql]SELECT GROUP_CONCAT(id) FROM tabelle[/sql]
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |