Also was ich brauche, ist so etwas wie MySQL DATE_ADD (vgl. http://dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html#function_adddate) nur mit variabler Zahl N, wobei N, 2N, 3N, 4N, usw. funktionieren muss:
SELECT DATE_ADD(mydate, INTERVAL N DAY);
Gibt's sowas?