Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime161.q
blob: 808333ffff3f290e0ff2cc6d8ca0d625982aa29a [
file
]
select
extract
(
hour
from
now
())=
extract
(
hour
from
current_timestamp
)
from
sys
.
drillbits limit
1
;