How do I specify to mySQL\'s MONTH() function to return \'08\' instead of 8 in this query?
I\'d like the sort to work datewise. Currently getting results for date l
DATE_FORMAT(`datetime_added`,'%Y - %m')