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