Hi!
I'm a beginner in MySql. But I am creating a calendar application, where I have a database of future event posts. The event post have the attributes: id, title, startTime, endTime, startDate, repeat. Where the last attribute repeat, is if the event post shall be repeated weekly, monthly or none start by startDate.
I want a sql-query to sort out event posts where only the three first dates occurrunce in the database starting today? Example if we have event posts for the dates 14,16,19 in the database, than these are the only dates to be shown with their corresponding event posts. Other days after the three first dates shall not be showned.
Pls HELP ME