0

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?

Manish Basdeo
  • 6,139
  • 22
  • 68
  • 102
  • 1
    Define a avent that checks the column content regularily. – juergen d Dec 25 '12 at 18:55
  • Take a look here: http://stackoverflow.com/questions/6560639/how-to-schedule-a-stored-procedure-in-mysql and here (based on what juergen said) http://dev.mysql.com/doc/refman/5.1/en/events.html – DWright Dec 25 '12 at 18:57

0 Answers0