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