Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
decimal_negative
/
prec_eq_scal_str_to_dec_more_prec.sql
blob: 30109675a2b9387910a7f63f4786f77db5426c6e [
file
] [
log
] [
blame
]
SELECT
cast
(
'1234.56'
as
DECIMAL
(
2
,
2
));