Ich möchte sql: auswählen
SELECT "year-month" from table group by "year-month" AND order by date
, wobei Jahr-Monat - Format für Datum "1978-01", "1923-12".
Wählen Sie to_char von couse work , aber nicht "richtige" Reihenfolge:
to_char(timestamp_column, 'YYYY-MM')