You can use DISTINCT ON to display the first of each value in “col1”: ... postgres=# create table distinct(n int); ERROR: syntax error at or ...
確定! 回上一頁