Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
to_number_neg.q
blob: 6264857a3b86d2b7d1a2a526aec5a0ce774cb38c [
file
] [
log
] [
blame
]
select
to_number
(
'-12,454.8'
,
'##,###.#'
)
from
voter
where
voter_id
=
10
;