Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
to_char_dp.q
blob: 90e0905cd1b926ca9672e7e26484d8a3e3423036 [
file
] [
log
] [
blame
]
select
to_char
(
1234.6789
,
'####'
)
from
voter
where
voter_id
=
10
;