Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
decimal
/
decimal32.q
blob: 14a3e3367c3dcd665f0f0a7a0b6c0d02d5d76ca5 [
file
] [
log
] [
blame
]
select
cast
(
'-0.00000000000000001'
as
decimal
(
18
,
18
))
+
cast
(
'1234567890123456789.1234567890123456789'
as
decimal
(
38
,
19
))
from
data limit
1
;