1 SELECT DISTINCT ON is not supported. The DISTINCT ON clause is a Postgres function which selects the first value for a group given the order by clause.
確定! 回上一頁