我在我的表中存储了 2012 年 7 月 6 日这种格式的日期。如果日期是今天,我想遍历它们并向管理员发送电子邮件。我试过这个,但我认为我需要先协调日期格式。
SELECT email, name, phone_no FROM table WHERE TO_DAYS(date)=To_DAYS(NOW());
If true then send email to admin.
//eg. John's birthday is today. Pls call him on 00001332424;
谢谢