Does Apigee Advanced API Services support great than or less than query

StackOverflow https://stackoverflow.com//questions/24030982

  •  21-12-2019
  •  | 
  •  

Pregunta

Is there a way to query a collection in Apigee Advanced API (App Services) using greater than, less than or between kind of constructs?

E.g. in SQL format something similar to

SELECT *
FROM geo_ip_table    WHERE ip_lower BETWEEN 12345679 and 12345680
¿Fue útil?

Solución

Yes. You can use any of these operators: =. >, >=, <, <=

The operators are all documented here: http://apigee.com/docs/api-baas/content/supported-query-operators-data-types

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top