Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
to_char_00.q
blob: 1393ba4d416d9423ef42e17e7f29fc9bd6073177 [
file
] [
log
] [
blame
]
select
to_char
(
1234
,
'000000'
)
from
voter
where
voter_id
=
10
;