Is there any way I can change the date in MySQL?
For example, I have a column with dates and they look like:
2020-12-14
I want to change the dates so that I can change all dates to the first of the month but keeping the year and month as is, like so:
2020-12-01