Deleted User
CCConvex Community
•Created by Deleted User on 5/21/2024 in #support-community
About querying relational data and getting data from joined table fields
I want to query a relational data and retrieve fields from joined table in convex. I have a two tables that have 1:N relation and i want to reach a field at joined table from original table like:
I dont know if there is a way to achieve this at convex, but my problem is i need this query to add a document to related table cuz my data comes from a from as string and i cant pass any ID into it.
At plain sql its becoming like:
At this schema:
its not possible to add a task with a string category_name with:
49 replies