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