<div dir="ltr">Thanks Marco,<div><br></div><div>You've answered my question, so thank you. For reference, I've never see this in any sql rmdbs.<br></div><div><br></div><div>Some examples my help the community, hopefully I will be able to contribute sooner or later.</div><div><br></div><div>Thanks again!</div><div>Andrew</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 7 Jul 2021 at 17:43, GMAIL <<a href="mailto:casalbonim@gmail.com">casalbonim@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">This is how sql works.<br>
You want to apply a function to one column, and the column you are <br>
comparing must have a value.<br>
Consider this: tag_service != 'xxx' or null != 'xxx'. Null can't be <br>
equal or unequal to any value. Even null = null or null != null returns <br>
false<br>
<br>
hth<br>
marco<br>
_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
</blockquote></div>