TypeError when adding subquery to `drizzle.insert.values`
Hey all, I'm a bit new to drizzle so not sure if this is even possible or if I'm just doing something wrong. I'm getting type errors when using a subquery to select for
but this checks out ok:
wondering if this is possible or will I have to send multiple queries?
Cheers
companyId based on a company name:but this checks out ok:
wondering if this is possible or will I have to send multiple queries?
Cheers