【发布时间】:2020-09-13 17:25:15
【问题描述】:
在 redshift 中,我正在尝试像以下示例一样 regexp_replace 字符串以保留撇号、空格、字母数字,但删除非英语标准字符,如 Â。这可能吗?
'He's interested in addressing the challenges of #energy &  #climate change'
到
'He's interested in addressing the challenges of energy climate change'
【问题讨论】:
标签: regex amazon-redshift