In one of my DB column i have a string like this
19-Oct-19
i want to change this string to a proper date format like this
19-10-2019 or 19-10-2019
how can i achieve this with sql
In one of my DB column i have a string like this
19-Oct-19
i want to change this string to a proper date format like this
19-10-2019 or 19-10-2019
how can i achieve this with sql