[
https://issues.apache.org/jira/browse/CALCITE-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Hyde resolved CALCITE-2995.
----------------------------------
Resolution: Fixed
Fix Version/s: 1.21.0
Fixed in
[72c52f4|https://github.com/apache/calcite/commit/72c52f46eab7fbe57ae5236ecc3831113684ff71].
Thanks for the PR!
> Add the DAYNAME,MONTHNAME function
> ----------------------------------
>
> Key: CALCITE-2995
> URL: https://issues.apache.org/jira/browse/CALCITE-2995
> Project: Calcite
> Issue Type: New Feature
> Reporter: Forward Xu
> Assignee: Forward Xu
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.21.0
>
> Time Spent: 4h 20m
> Remaining Estimate: 0h
>
> MONTHNAME(date)
> Returns the full name of the month for date. The language used for the name
> is controlled by the system time config.
> SQL:
> {code:java}
> SELECT MONTHNAME('2018-01-01') monthname;{code}
> Result:
> ||monthname||
> |January|
> DAYNAME(date)
> Returns the name of the weekday for date. The language used for the name is
> controlled by the system time config.
> SQL:
> {code:java}
> SELECT DAYNAME('2018-01-01') dayname;{code}
> Result:
> ||dayname||
> |Monday|
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)