Desetinná čárka na tečku

MSSQL

12. 4. 2023
SELECT CONVERT(Numeric(10, 2), REPLACE(REPLACE('7.000,45', '.', ''), ',', '.')) AS [Converted];