Thread SELECT 2 Tabellen (1:n) ohne dopp. Werte (SQLite)
(2 answers)
Opened by Gast at 2008-01-15 01:55
[sql]SELECT Laden, GROUP_CONCAT(Artikel)
FROM ... GROUP BY Laden[/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 |