Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
decimal
/
decimal102.q
blob: 0ea18bfae72a3a6844ab19e6c9a9cca3ceecb452 [
file
] [
log
] [
blame
]
select
cast
(
'123456789.123456789'
as
decimal
(
18
,
9
))
+
cast
(
'-0.000000000000000000000000001'
as
decimal
(
28
,
28
))
from
data limit
1
;