You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (Jira)" <ji...@apache.org> on 2019/09/30 23:41:00 UTC

[jira] [Created] (CALCITE-3383) Allow plural time units in interval literals

Julian Hyde created CALCITE-3383:
------------------------------------

             Summary: Allow plural time units in interval literals
                 Key: CALCITE-3383
                 URL: https://issues.apache.org/jira/browse/CALCITE-3383
             Project: Calcite
          Issue Type: Bug
            Reporter: Julian Hyde


Allow plural time units in interval literals. For example, currently, Calcite allows {{INTERVAL '2' DAY}} but gives an error for {{INTERVAL '2' DAYS}}. (Note: DAY vs DAYS.)

Standard SQL only allows the first; PostgreSQL allows both.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)