Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime176.q
blob: d6bb4cd8307e7605e2bc87d9c3be15ad0c9f000d [
file
]
select
cast
(
columns
[
7
]
as
interval day to second
)
+
interval
'1 2:30:45.100'
day to second
from
`interval_data.csv`
where
columns
[
0
]=
4
;