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