Hi,
I created a big Mysql database that includes dates values.
I need to convert all dates to a specific format.
Can I do it through Alter Table ? How can I change all Dates format if not?
Thanks
Yossi
if the datatype of the date column is datetime, you should not attempt to change it, but rather, use the DATE_FORMAT() function to display the date in the format you want
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.