[Qgis-user] Select by Expression: exclusive (not inclusive)

GMAIL casalbonim at gmail.com
Wed Jul 7 00:43:48 PDT 2021


This is how sql works.
You want to apply a function to one column, and the column you are 
comparing must have a value.
Consider this: tag_service != 'xxx' or null != 'xxx'. Null can't be 
equal or unequal to any value. Even null = null or null != null returns 
false

hth
marco


More information about the Qgis-user mailing list