CodePudding user response:
Replace - the date of the month, and then press 105 (day - on - year) convert the format of date
SELECT the CONVERT (DATE, and REPLACE (' 2 - January - 2020 ', 'month', '), 105)
CodePudding user response:
SQL server put the string into a date/time, want to use the convert function-
Date of the place, therefore, to write the convert (datetime, '2020-11-26')
The oracle database to use to_date function,