Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
to_char_pad.q
blob: f26da979d83e04b8eef8ef938d84f30a6f0252e5 [
file
] [
log
] [
blame
]
select
to_char
(
12
,
'0000.0'
)
from
voter
where
voter_id
=
10
;