mysql get this year and month - 1 month code example Example: mysql select month and year SELECT DATE_FORMAT(test_date,'%Y%m') AS date FROM test_table;