例如:分隔符一致,年月日要一致
select str_to_date('2008-4-2 15:3:28','%Y-%m-%d ');select str_to_date('2008-08-09 08:9:30', '%Y-%m-%d ');