Am 24.07.12 14:10, schrieb Zoltan Szecsei:


The selects I have tried are: "sq21code" = "C016*" and also tried using
"IN"

Any ideas what I am doing wrong and what I should try next?


The * used as a wildcard in the Windows world is not used in SQL statements. You should try the LIKE operator:

http://www.w3schools.com/sql/sql_like.asp

with % as the correct wildcard.

HTH,
Andre Joost


_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to