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