If the argument is a number:
– The result is the date that is n-1 days after January 1, 0001, where n is
the integral part of the number.
So when you say SELECT DATE(02003082) FROM tab1
it is 2,003,082 days or 5485 years after 01-01-001.
Maybe you should select SELECT '2003-08-22' FROM tab1