Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime171.q
blob: ed4f29cc2e65b366db405e945225385fabdf583c [
file
]
select
extract
(
hour
from
current_date
)=
0
from
sys
.
drillbits limit
1
;