Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime40.q
blob: 5bd56a4f64a0c0ff8930904af2348eed684863e1 [
file
] [
log
] [
blame
]
select
extract
(
hour
from
interval
'1 2:30:45.100'
day to second
)
from
basic limit
1
;