I want to ask about scheduling, is there any MySQL command for scheduling. For example, I want to insert a data into the DB. Can I write a sql statement to hold it for some time, or maybe I insert this data in some scheduled time, for example, tomorrow 8:00 a.m.
I know these can be done by programming, but I want to do it in SQL command, is it possible to do so? If not, any suggestions?