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