-
Is there any way to write SQL like this? update(table)..write() seems not proper
|
Beta Was this translation helpful? Give feedback.
Answered by
simolus3
Apr 12, 2021
Replies: 1 comment 1 reply
-
Sure: update(table).write(YourTableCompanion.custom(quantity: table.quantity + const Constant<int>(3))); |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Guoyuer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sure: