This article is tagged with:
Str_to_date sql server
and mysql
str_to_date sql server
SELECT STR_TO_DATE('17-09-2010','%d-%m-%Y');
select STR_TO_DATE(date_seance1,’DD-MM-YYYY’)
SELECT STR_TO_DATE("2017,8,14 10,40,10", "%Y,%m,%d %h,%i,%s");