Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgres get month name from date

SELECT TO_CHAR(TIMESTAMP '2020-12-16 10:41:35', 'Month') AS "Month";
Source by database.guide #
 
PREVIOUS NEXT
Tagged: #postgres #month #date
ADD COMMENT
Topic
Name
5+2 =