Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
limit0
/
decimal
/
data
/
decimal10.q
blob: a33ad04de312f8939532dd6d9f71862efad10907 [
file
] [
log
] [
blame
]
select
cast
(
'0.00000000000000001'
as
decimal
(
18
,
18
))
/
cast
(
'9999999999999999999999999999999999999'
as
decimal
(
38
,
0
))
from
data limit
1
;