I created an event in MYSQL with schedule date. For example the event fire on current month first date.
Am using the below query to select the current month first date
select CAST(DATE_FORMAT(NOW(),'%Y-%m-01') as DATE)
My doubt is how many time the event fire on that date.