I want to bind functions using mysql such that when a condition is met at a later time, the function automatically triggers ..
table my_date contains column triggertime .triggertime stores the final a function need to be trigggered when it is greater than the current time. How is it possible too implement this?