MySQL Automatic UPDATE COLUMN

41 Views Asked by At

Everyday I need to UPDATE a column automatically:

update client_invoices set x6 = datediff(x4, date_due)

Im using an event in mysql but everytime the hosting company updates the server the Event scheduler status is turned off.

Any way I can perform this without scheduling events?

0

There are 0 best solutions below