Find the next month for given date in mysql -


Find the date for the table (next month between next month + 2DAYS next month) (December according to the year,

How to do this Mysql Query Query Data Need for both date and datetime

If you only want MONTH, then use SELECT MONTH ('2011-03-28' + INTERVAL 1 MONTH)

DATE and DATETIME It works for the actual date i have your SQL and columns Quoted by name). You can refer to for more information

Comments