Name: | date_part |
Specific name: | date_part(text, date) |
Owner: | postgres |
Argument count: | 2 |
Return type: | float8 |
Language: | sql |
Return a set: | |
Source: | select pg_catalog.date_part($1, cast($2 as timestamp without time zone)) |
Volatility: | |
Security of definer: | |
Strict: | |
Comment: | extract field from date |
See Also
List of functions