blob: 104122b1be88e19ba87c800248d051995f7751fe [file] [log] [blame]
SELECT cast(1000 as decimal(10,1))
UNION
SELECT cast(596.000 as decimal(10,1));