Update number column with it's current value and new number
I need to convert this RAW sql query into a query in drizzle, but I can't find a way. Anyone done something similar?
4 Replies
I was able to resolve this with the following query: and it works great. I feel like I should be able to drop the string interpolation. But it works for now and that is fine for the moment.
This is the way
Do you think I can somehow get it working without using
sql
or will that not be possibleThis is the only way you can currently do this in drizzle