Chain multiple joins
I have this query
However I'm getting type error on second leftjoin that
leftjoin does not exists on type ...
. But if I run the same query on Drizzle Studio. It works as expected.
Any reasons why it spits a type error?1 Reply
can you share the full snippet ?
I try to replicate on my machine but it working just fine