Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime57.q
blob: a5bb8d14cb9f07c3a2bd2d8110731402fcc481b5 [
file
]
select
extract
(
hour
from
cast
(
col1
as
interval day
))
from
`interval.json`
;