[ 
https://issues.apache.org/jira/browse/KYLIN-5776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834917#comment-17834917
 ] 

pengfei.zhan commented on KYLIN-5776:
-------------------------------------

At present, the following sql
{code:sql}
 
select trunc(TIMESTAMPADD(year, -1, date '2023-07-01'), 'MM') from ssb.lineorder
{code}
is supported by Kylin5. However, if the date was expressed with string, it is 
not supported yet.
{code:sql}
select trunc(TIMESTAMPADD(year, -1, '2023-07-01'), 'MM') from ssb.lineorder
{code}
 

> Support parameter type is string for timestampadd
> -------------------------------------------------
>
>                 Key: KYLIN-5776
>                 URL: https://issues.apache.org/jira/browse/KYLIN-5776
>             Project: Kylin
>          Issue Type: Bug
>          Components: Query Engine
>    Affects Versions: 5.0-beta
>            Reporter: pengfei.zhan
>            Assignee: pengfei.zhan
>            Priority: Major
>             Fix For: 5.0-beta
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to