Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
decimal_negative
/
math_max_with_min_multipl.sql
blob: 9b6467c513a7cca19dce43c09a0af603f01594b3 [
file
] [
log
] [
blame
]
SELECT
CAST
(
'9999999999999999999999999999999999.9999'
as
decimal
(
38
,
4
))
*
CAST
(
'-9999999999999999999999999999999999.9999'
as
decimal
(
38
,
4
));