Maintenance MySQL – Timesheets Android: time_sheet_last_month Jun 23, 2014 • Dave CREATE VIEW time_sheet_last_month AS SELECT * from time_sheet_last t WHERE t.ts_WE >= DATE_ADD(LAST_DAY(DATE_SUB(NOW(), INTERVAL 2 MONTH)), INTERVAL 1 DAY);