Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
union
/
CastToThreeDecimals.sql
blob: cb9a0e66196274425807e008e766fc4eafeaa298 [
file
] [
log
] [
blame
]
SELECT
cast
(
1000
as
decimal
(
10
,
3
))
UNION
SELECT
cast
(
596.000
as
decimal
(
10
,
3
))