noob help: INSERT with JOIN SQL to Drizzle
Frontend developer dabbling with SQL for the first time in years. With the help of ChatGPT I have the following query which works as intended.
How do I construct with Drizzle such that I can supply my values using the
.values()
method?
4 Replies
Still don't have a support for it but here is a tracking issue
https://github.com/drizzle-team/drizzle-orm/issues/398
Thanks, what's a temporary workaround that I can employ in the meantime?
Is it possible to use the sql`` operator somehow?
yes
you can use it
Looking to do something similiar, were you able to get it working @Luca?