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)