Re-using a CTE and typing hell
What I really want:
IIUC this only possible with temporary tables - that drizzle does not support yet 😕
So I thought I give it a shot and at least re-use via a CTE. But I just cannot get the types right.
Another option could be to just share a subquery for the joins?
Any pointers appreciated - I am a little lost here.
0 Replies