Hallo tommi,
klar geht das!
name ist der name in der user-tabelle; title, comment und date sind aus der comments-tabelle (ersetz es wie du es brauchst, aber möglichst nicht *)
SELECT name, title, comment, date FROM comments LEFT JOIN user USING(id) [where_definitions] [SORT BY date DESC];
Gruß, Marian