With DISTINCT ON , You tell PostgreSQL to return a single row for each distinct group defined by the ON clause. Which row in that group is ...
確定! 回上一頁