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