I want to get a Medicare.gov dataset via the SODA API End Point.
Does SoQL support a 'not equal to' operator (<>
or !=
) ?
My URI string returns results...
I want to filter with something like $where=score <> 'Not Available'
.
How might I do this?
Thanks
SoQL DOES support !=
if your encoding is correct.
This seems to be missing from the Socrata documentation.