does anybody know where I can find a tutorial on creating trigger in MySQL
I have a fied called expiry_date, I want to create a trigger on this field and that if the current date is a month prior to expiry date, my database will send an email to remind the system admin to do something.
Where can I find some tutorial like that?
Thank you all for your help
I have a fied called expiry_date, I want to create a trigger on this field and that if the current date is a month prior to expiry date, my database will send an email to remind the system admin to do something.
Where can I find some tutorial like that?
Thank you all for your help