Bulk Update in MYSQl

Posted by user351806 on Stack Overflow See other posts from Stack Overflow or by user351806
Published on 2010-05-27T09:43:34Z Indexed on 2010/05/27 9:51 UTC
Read the original article Hit count: 111

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql