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