framework/resources/Functional/union/CastToDifferentDecimals.sql (3 lines of code) (raw):

SELECT cast(1000 as decimal(10,1)) UNION SELECT 596.000;