Grazie mille per la risposta immediata.
Ho provato a costruire in questo modo la query ma ottengo un errore
codice:
SELECT DATE FORMAT('data_apertura', '%d-%m-%Y %H:%i:%s') FROM mia_tabella
L'errore che ricevo è
codice:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '('data_apertura', '%d-%m-%Y %H:%i:%s') FROM mia_tabella LIMIT 0, 30' at line 1
Forse non è lecito usare il comando in quel modo?
Mi sapresti aiutare ancora?
Grazie