25Apr/100
[MySQL] Batch update of all entries in table that match condition
Lest ye forget.
1 | UPDATE <table> SET <column>=<value> WHERE <condition>; |
Related posts:
Lest ye forget.
1 | UPDATE <table> SET <column>=<value> WHERE <condition>; |
Related posts: