Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
limit0
/
decimal
/
data
/
decimal63.q
blob: 9f7ef9d3e9c7e3f076fc666f1151fdeb237a02a2 [
file
] [
log
] [
blame
]
select
cast
(
'-0.00000001'
as
decimal
(
9
,
9
))
/
cast
(
'1234567890123456789.1234567890123456789'
as
decimal
(
38
,
19
))
from
data limit
1
;