我正在研究mysql存储过程,它使用以下参数执行调用语句
CALL GetAbsentReportData('2011-11-01','2011-11-30',3);
它显示此语句的错误
CALL GetAbsentReportData('2013-04-01','2013-05-01',1) ;
错误是
Error Code: 1292. Incorrect date value: '0000-00-00' for column 'req_dt' at row 1
0.374 sec
请帮助我如何解决它。提前致谢