Hi,
Is it possible to use wildcards in a RESTful query. I am trying to get all records where a columns data starts with ‘2’.
Thanks
Steve
Hi,
Is it possible to use wildcards in a RESTful query. I am trying to get all records where a columns data starts with ‘2’.
Thanks
Steve
Hi Steve,
Yes, you can use wildcards. See the examples with the LIKE
operator here:
https://backendless.com/docs/rest/data_search_with_where_clause.html
Regards,
Mark
Thanks