Date in mmm yyyy format in postgresql

后端 未结 5 1310

I have a table with a column of type timestamp without time zone.

I want to select that column with the mmm yyyy format – for example, “Mar 2011”. How to f

5条回答
  •  旧巷少年郎
    2021-02-01 13:50

    You need to use a date formatting function for example to_char http://www.postgresql.org/docs/current/static/functions-formatting.html

提交回复
热议问题