Hi,
I need to round UP values but they should never be rounded down, below is my expected output in RoundVal column. Thanks!
SELECT 89 AS Val, 100 AS RoundVal UNION ALL
SELECT 329, 1000 UNION ALL
SELECT 6329, 10000 UNION ALL
SELECT 43299, 100000 UNION ALL
SELECT 155329, 1000000