Ich muss sagen, JOIN war bis jetzt noch nit so mein Freund
Ich habs aber einfach mal versucht, klappt aber nicht so wie ich mir das vorstelle

==> Fehlermeldung
SO schauts aus:
PHP-Code:
<?php
$sql2 = "SELECT a.id, a.news_id, a.news_name, a.news_time, a.news_uid, a.news_text, z.kommentar_id, z.antwort_time FROM news AS a WHERE news_id = '$_GET[news_uebersicht]' JOIN kommentar_antworten AS z ORDER BY z.antwort_time DESC";
?>
Ist nur nen kleiner Fehler den ich nit finde dabei, oder ists total falsch?
LG Chris