Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
limit0
/
decimal
/
data
/
decimal81.q
blob: 7925c020c84e0bb234d6ff964d3345dc4f8cf9af [
file
] [
log
] [
blame
]
select
cast
(
'12345.6789'
as
decimal
(
9
,
4
))
/
cast
(
'0.000000000000000000000000001'
as
decimal
(
28
,
28
))
from
data limit
1
;