Using 9.5, this query:SELECT o.id, gives me null for awb. Removing the DISTINCT ON clause: SELECT o.id, gives me an awb. I'm confused about how this can be. |
Using 9.5, this query:SELECT o.id, gives me null for awb. Removing the DISTINCT ON clause: SELECT o.id, gives me an awb. I'm confused about how this can be. |