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.
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to