Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime167.q
blob: be752d2df480ed1b4771d417bd04e5bc9e17f004 [
file
]
select
extract
(
day
from
now
())=
extract
(
day
from
localtimestamp
)
from
sys
.
drillbits limit
1
;