I have a datetime column which is storing records as
Mar 10 2020 12:00AM
but want to change all to format like 03/10/20
there are thousand of records
I tried, COnvert(date,convert(varchar, PostingDate, 101),101)
I have a datetime column which is storing records as
Mar 10 2020 12:00AM
but want to change all to format like 03/10/20
there are thousand of records
I tried, COnvert(date,convert(varchar, PostingDate, 101),101)