framework/resources/Functional/union/ThreeCastsToDecimals.sql (
5
lines of code) (
raw
):
SELECT cast(100 as decimal(10,3)) UNION SELECT cast(100 as decimal(10,2)) UNION SELECT cast(100 as decimal(10,1));