SELECT DISTINCT ON ( expression [, ...] ) keeps only the first row of each set of rows where the given expressions evaluate to equal. The DISTINCT ON expressions are interpreted using the same rules ...
Learn how to use the PostgreSQL SELECT DISTINCT clause to remove duplicate rows from a result set returned by a query. SELECT DISTINCT select_column_list FROM schema_name.table_name; SELECT DISTINCT ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results