> It does allow you to sort on both columns. > > SELECT DISTINCT ON (path) path, comment_id, created, title> FROM bewertungen.tblcomments ORDER BY path, created
Thank you very much. Works perfect! :-)