Chain multiple joins
I have this query
However I'm getting type error on second leftjoin that
Any reasons why it spits a type error?
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?
