How to get data from column Containing HTML tags using SQL select and regex

前端 未结 0 615
滥情空心
滥情空心 2021-02-08 09:37

One way I have tried

SELECT REGEXP_REPLACE(col_name,\'<.*?>\') AS col_name FROM table_name

anyone have other ways?

相关标签:
回答
  • 消灭零回复
提交回复
热议问题