One way I have tried
SELECT REGEXP_REPLACE(col_name,\'<.*?>\') AS col_name FROM table_name
anyone have other ways?