Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
decimal
/
decimal66.q
blob: b948f865c5869f9e5856f044981f3968ca66a7f2 [
file
] [
log
] [
blame
]
select
cast
(
'999999999999999999'
as
decimal
(
18
,
0
))
/
cast
(
'12345678901234.56789123456789'
as
decimal
(
28
,
14
))
from
data limit
1
;