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