Eu recebi um erro quando tento alterar a string até a data.
mysql> select STR_TO_DATE('03.05.2010 00:00','%d.%m.%Y %h:%i');
+--------------------------------------------------+
| STR_TO_DATE('03.05.2010 00:00','%d.%m.%Y %h:%i') |
+--------------------------------------------------+
| NULL |
+--------------------------------------------------+
1 row in set, 2 warnings (0,00 sec)
como posso converter para data de '03.05.2010 00:00'
? Obrigado