Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
decimal_negative
/
decimal_decimal7.sql
blob: b12497e91a1f16aace53b5a4e29e2c3ac3ba341d [
file
] [
log
] [
blame
]
select
cast
(
'123456789.123456789'
as
decimal
(
18
,
9
))
/
cast
(
'0.0000000000000000000000000000000000001'
as
decimal
(
38
,
38
))
from
dfs
.
drillTestDir
.`/
numerical_decimal
/
data
`
limit
1
;