Julian Hyde created CALCITE-5495:
------------------------------------

             Summary: Allow WEEK and QUARTER in INTERVAL literals
                 Key: CALCITE-5495
                 URL: https://issues.apache.org/jira/browse/CALCITE-5495
             Project: Calcite
          Issue Type: Bug
            Reporter: Julian Hyde


Allow interval literals denominated in weeks and quarters, for example:
{code}
INTERVAL '1' WEEK
INTERVAL '2' WEEKS
INTERVAL '3' QUARTERS
INTERVAL '4' QUARTER
{code}

Week intervals have type {{INTERVAL DAY}} (a week is 7 days); quarter intervals 
have type {{INTERVAL MONTH}} (a quarter is 3 months).



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

Reply via email to