Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
decimal
/
decimal14.q
blob: a8938358c3e6f0669c95593b9110e88a6d6432de [
file
] [
log
] [
blame
]
select
cast
(
'123456789'
as
decimal
(
9
,
0
))
/
cast
(
'9999999999999999999999999999'
as
decimal
(
28
,
0
))
from
data limit
1
;