PH:
select today - interval(13) month to month
select today - 13 units month
Both these statement will fail, and will report 1267 error if the date is march 30 for any year.
select date('03-30-2004') - 13 units month from systables where tabid=1;
Regards,
Shriyan