Probiere mal die SUM mit einem CAST zu überziehen:
Code:
SELECT CAST(SUM(WERT) as DEC(31, 9)FROM TABELLE
lg Andreas