Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime187.q
blob: f246bc0723860dc16e961fdbd05353a29baee556 [
file
] [
log
] [
blame
]
select
interval
'20:30'
minute to second
-
cast
(
c_interval_second
as
interval second
)
from
`interval_data.json`
where
c_row
=
3
;