Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
trunc_to_dec_dp.q
blob: 4c65334eefa73ac53c02305b40f6f5e2b8c4ff49 [
file
] [
log
] [
blame
]
select
trunc
(
124.349845
,
2
)
from
voter
where
voter_id
=
10
;