3nids / quickfinder

Quick Finder is a QGIS 2.x plugin offering a single place to perform searches on project layers and online remote services
http://3nids.github.io/quickfinder/
Other
8 stars 14 forks source link

Postgis search - SQL query LIKE #71

Open tm261700 opened 5 years ago

tm261700 commented 5 years ago

How to save a sql query for part name city e.g. ondo (London)

SELECT name, geometry FROM city WHERE name LIKE '%ondo%'