Bryce
DTDrizzle Team
•Created by Bryce on 12/31/2024 in #help
Help with relations - Error: Unknown column in 'where clause'
When I try run this query to fetch all 'test' records along with the users that created each record, I get the following error:
Here are the schemas for testTable and usersTable:
The issue seems to be because the generated SQL query contains a subquery that references a table in the outer query. Any ideas would be appreciated.
10 replies