I have bunch of dates in format YYYY-MM-DD
But I have all year in 2020-MM-DD
I want to change it to 2011-MM-DD
How can I achieve this ?
|
I have bunch of dates in format YYYY-MM-DD But I have all year in 2020-MM-DD I want to change it to 2011-MM-DD How can I achieve this ? |
|||||
|
|
|||||||||
|
|
USE |
|||||
|
If your table down not have an index on the date field, you could get away with this:
To fix your date problem with 2020 going to 2021 run this:
BTW Since I copied Joe Stefanelli's original code, +1 for him !!! |
|||
|
|