[Qgis-user] Feature Subset query builder
Régis Haubourg
regis.haubourg at eau-adour-garonne.fr
Thu Aug 8 05:31:42 PDT 2013
Jonathan Moules-2 wrote
> Hi List,
> A general question:
>
> Why does this query:
>
>> area > 10000000000 & area < 100000000000
>
> return the entire dataset,
>
> when this query (same but with brackets):
>
>> (area > 10000000000) & (area < 100000000000)
Hi ,
did you test something like this?
area > 10000000000 AND area < 100000000000
I'm afraid & is not a logical operator but a text concatenator..
Régis
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Feature-Subset-query-builder-tp5071434p5071477.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
More information about the Qgis-user
mailing list