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