Skip to content

Map markers in wrong place

Ryan TG edited this page Nov 1, 2022 · 2 revisions

These can be hard to track down. But sometimes people leave location descriptions saying it's in the wrong place.

select l.description as location_description, l.name as location_name from locations l where l.description ilike '%wrong%';

select l.description as location_description, l.name as location_name from locations l where l.description ilike '%map%';

Uh, what else?