how to update many? #1157
wesleytoshio
started this conversation in
General
Replies: 1 comment 3 replies
-
Instead of using In your case, it would probably look like this: (update(notes)..where((note) => note.id.isIn([your, target, ids]))).write(yourUpdate) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a list of selected items eg: [item1, item2, item3] and I need to update them all at once, any example that can help me?
Beta Was this translation helpful? Give feedback.
All reactions