Bulk Update in MYSQl
- by user351806
I have a site which has client side and admin side. There is a table called account History.
which contains fields like uid | accountBalance | PaymentStatus | Date.
Now this table has to be updated every month for all the paid users and the table is bulk. So what is the best way to update the table every month.Do i need to select all the uid's and update.