Potresti fare così: codice: CAST(REPLACE('100,00', ',' , '.') AS DECIMAL(5,2)) In modo da farne anche il cast a decimal
CAST(REPLACE('100,00', ',' , '.') AS DECIMAL(5,2))
Regole del Forum