Im kind of new to mysql and only know how to create standard tables and don't know where to look for the problem that I have.
I am looking to have a column in a table that will accumulate the results from another column every morning at 9 o'clock.
Is it possible to have mysql to do this on its own? Or would I need to run a php script from the server or a perl script?