Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
round_to_dec.q
blob: 5671591a01bd756929d483b0bd4c894382ed530d [
file
] [
log
] [
blame
]
select
round
(
4.356
,
2
)
from
voter
where
voter_id
=
1
;