最佳答案
我想选择 sql:
SELECT "year-month" from table group by "year-month" AND order by date
哪里
年-月-日期“1978-01”、“1923-12”的格式。
选择 to _ char of couse work ,但不是“正确”顺序:
to_char(timestamp_column, 'YYYY-MM')