Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
trunc_to_dec_int.q
blob: 956adedfa81d98a9dcd7a21228962547ce8a6cc5 [
file
] [
log
] [
blame
]
select
trunc
(
age
,
2
)
from
voter
where
name like
'luke%'
;