// Definition and Usage The MONTH() function returns the month part for a specified date (a number from 1 to 12). // Example SELECT MONTH('2017/08/25') AS Month;