Is there any way to have a subquery in an insert statement?
I want to use drizzle to replicate this sql:
However I don't know if there's a way to have a subquery in an insert statement like above. I've tried:
But this doesn't work, can anyone shed some insight please?
3 Replies