Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Allow interval literals denominated in weeks and quarters, for example:
INTERVAL '1' WEEK INTERVAL '2' WEEKS INTERVAL '3' QUARTERS INTERVAL '4' QUARTER
Week intervals have type INTERVAL DAY (a week is 7 days); quarter intervals have type INTERVAL MONTH (a quarter is 3 months).
Attachments
Issue Links
- relates to
-
CALCITE-5864 getValueAs reports the wrong number of milliseconds for WEEK and the wrong number of months for QUARTER
- Open