I have this query,
UPDATE Deployers SET Deployers.Months_Operational = Deployers.Months_Operational+1;
At the beginning of every month I run it and it increments the months by one.
Is there a way where I can set it so it does it automatically in the background
Can a macro do it?
Thanks
UPDATE Deployers SET Deployers.Months_Operational = Deployers.Months_Operational+1;
At the beginning of every month I run it and it increments the months by one.
Is there a way where I can set it so it does it automatically in the background
Can a macro do it?
Thanks