The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/functions-datetime.html Description:
Please also include some examples that extract few columns from some tables. For e.g. SELECT EXTRACT(YEAR FROM hire_date) FROM Employee WHERE id = 1234;