How do I use the query function in the Databases page?
Hi everyone,
As you can probably tell I'm very new to the mobile app development world.. can someone tell me how to use the Query function when you're in the databases section of Appery? I have a bunch of data cleanup that I have to do and I want to be able to run a query to find the problematic rows. How do I run a query equivalent to this SQL query?
SELECT * from Cities where cityname like '%brooklyn%'
In other words, I want to run a query that returns all the cities in my Cities collection whose names contain 'brooklyn'.
Any help is very much appreciated