How to execute an update query only (no RETURNING) #570
-
Hello, I cannot find a way to execute a simple UPDATE query without the RETURNING part: I have tried:
And
Both approaches generate a What is the correct way to do it? Thank you for your inputs! bob v0.41.1 |
Beta Was this translation helpful? Give feedback.
Answered by
stephenafamo
Sep 10, 2025
Replies: 1 comment 1 reply
-
No way to do this currently. I honestly didn't expect such an edge case. I'll work on something |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
atoncetti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No way to do this currently. I honestly didn't expect such an edge case.
I'll work on something