Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
date_trunc
/
dt_trunc_27.q
blob: 9726142d7ab5e9c031c4417c949c5407563d24be [
file
] [
log
] [
blame
]
SELECT date_trunc
(
'decade'
,
cast
(
292278993
as
timestamp
))
from
sys
.
version
;