Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
to_char_GD.q
blob: 640c921b19000964d6ac3d7cbebb982bde787711 [
file
] [
log
] [
blame
]
select
to_char
(
123456789
,
'###,###,###.00'
)
from
voter
where
voter_id
=
10
;