Skip to content

Change Wrong Apostrophe

Ryan TG edited this page Jun 9, 2022 · 2 revisions

update locations set name = replace(name, '’', '''') where name ilike '%’%';

Previous Issue: https://github.com/scottwainstock/pbm/issues/813