Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
decimal_negative
/
ctas_as_select_zero_prec.sql
blob: a4591ee9a4cdf100e720632177187cf7aafd6429 [
file
] [
log
] [
blame
]
create
table
dfs
.
drillTestDir
.`
zero_pr
`
as
select
cast
(
1111.05
as
decimal
(
0
,
5
));