Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
decimal_negative
/
select_zero_prec.sql
blob: b30c841136f4aed3fbf021e5f822070f20fe0d18 [
file
] [
log
] [
blame
]
select
cast
(
1111.05
as
decimal
(
0
,
5
));