How to update multiple rows with one query?
Take this array as an example:
Is it possible to update all the rows with the new data in one query?
Using plain sql, something like this will be possible:
Thanks for your help!
Is it possible to update all the rows with the new data in one query?
Using plain sql, something like this will be possible:
Thanks for your help!