SQL Cara Mengganti Perhentian Penuh

SELECT REPLACE(REPLACE(REPLACE(`column_name`, ',', ''), '.', ''), '-', '') 
FROM `table_name`
Glamorous Gerenuk