Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
to_number_0.q
blob: 4cfe01b0e32f8e6db9090e94a32881137c821f80 [
file
] [
log
] [
blame
]
select
to_number
(
'00123456789'
,
'###########'
)
from
voter
where
voter_id
=
10
;