ฉันต้องการเลือก sql:
SELECT "year-month" from table group by "year-month" AND order by date
โดยที่ปี - เดือน - รูปแบบสำหรับวันที่ "1978-01", "1923-12"
เลือก to_char ของการทำงานของ couseแต่ไม่ใช่ลำดับที่ "ถูกต้อง":
to_char(timestamp_column, 'YYYY-MM')