Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime154.q
blob: dd4beb99f620b305a6e5d034c79bdceeaf646d7a [
file
] [
log
] [
blame
]
select
extract
(
hour
from
now
())=
extract
(
hour
from
current_time
)
from
sys
.
drillbits limit
1
;