We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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?