Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime180.q
blob: 4285f60c29eb2c53ecd780d1b47a191d7a73e2d8 [
file
] [
log
] [
blame
]
select
interval
'2 10:20:30'
day to second
+
interval
'70'
second
from
basic
where
c_row
=
1
;