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