I see it better in English, hello, I have two documents where in one of them I store the id of the other, something like a union in SQL, how can I do something like
TypeScript
SELECT * FROM worker, department WHERE worker.id = department.id_worker AND department.id = 5
TL;DR
In this support thread, a developer is asking how to perform a SQL-like query in relationships between two documents. They want to achieve something similar to the SQL query: `SELECT * FROM worker, department WHERE worker.id = department.id_worker AND department.id = 5`. The developer is seeking guidance on how to accomplish this.Recommended threads
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- Websites hosted on my appwrite sites hav...
Hello, all my websites hosted on appwrite sites are not running I am getting this message "This site can’t be reached drivehub.appwrite.network took too long t...
- Database Write Limits hit
Hello Appwrite Admins, I'm a GitHub Education user, and about a week ago, my database was really badly optimized, resulting in about 600k writes in a single day...