framework/resources/Functional/union/CastToThreeDecimals.sql (
3
lines of code) (
raw
):
SELECT cast(1000 as decimal(10,3)) UNION SELECT cast(596.000 as decimal(10,3))