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