Question

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
Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top