I'm trying to filter out features with Departamento = '01 - País' using the WHERE clause, using "!=", but it returns "Invalid Syntax". Here is the REST API url and this is the WHERE clause statement I'm using:
WHERE = FECHA>=CURRENT_TIMESTAMP - INTERVAL '10' DAY
AND Departamento != '01 - País'
The syntax is valid with "=", but not with "!=".
Thanks for the help!