Mega Code Archive
DATE_SUB(curdate(), INTERVAL 1 WEEK)
mysql>
mysql> select DATE_SUB(curdate(), INTERVAL 1 WEEK);
+--------------------------------------+
| DATE_SUB(curdate(), INTERVAL 1 WEEK) |
+--------------------------------------+
| 2007-07-15 |
+--------------------------------------+
1 row in set (0.00 sec)