We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7890118 commit a37f3b2Copy full SHA for a37f3b2
sql/core/src/test/resources/sql-tests/inputs/literals.sql
@@ -98,7 +98,6 @@ select interval '15:40:32.99899999' hour to second;
98
select interval '20 40:32.99899999' minute to second;
99
select interval '40:32.99899999' minute to second;
100
select interval '40:32' minute to second;
101
-
102
-- ns is not supported
103
select interval 10 nanoseconds;
104
0 commit comments