How do I use the with statement when inserting with select?
How can I get this insert built with drizzle?
Insert only has "values", and I am not sure how to construct this in drizzle
1 Reply
Right now, Drizzle doesn't support
insert into ... select
syntax, but there is a PR for it on the Github repo