Is there an existing issue for the same bug?
Branch Name
main
Commit ID
e4637ad
Other Environment Information
- Hardware parameters:
- OS type:
- Others:
Actual Behavior
-- Standard SQL shorthand (currently NOT supported)
SELECT cast('2000-08-10' as date) + 30 days;
-- INTERVAL syntax (currently supported)
SELECT cast('2000-08-10' as date) + interval 30 day;
Expected Behavior
No response
Steps to Reproduce
Additional information
No response
Is there an existing issue for the same bug?
Branch Name
main
Commit ID
e4637ad
Other Environment Information
Actual Behavior
-- Standard SQL shorthand (currently NOT supported)
SELECT cast('2000-08-10' as date) + 30 days;
-- INTERVAL syntax (currently supported)
SELECT cast('2000-08-10' as date) + interval 30 day;
Expected Behavior
No response
Steps to Reproduce
Additional information
No response