Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime230.q
blob: ea8d119c3df2fbe82f358149b85ce9baecacc761 [
file
] [
log
] [
blame
]
select
cast
(
c_time
as
time
)
+
cast
(
c_interval
as
interval day to second
)
from
`interval_data.json`
where
c_row
=
4
;