我有一个用postgres编写的sql查询。revenue where callclass ='008' and callsubclass='001' and regexp_like(identifiant,'^73') and inserviceresultindicator::integer in (0,5)
and
我使用bash脚本中的代码替换postgres数据库中标题列中带有空格的单引号。psql -U postgres -d my_database -c "UPDATE my_table SET title = regexp_replace(title, '''', ' ', 'g')okthis is example number one ok