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