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