Top "Str-to-date" questions

mysql STR_TO_DATE not working

I have a table with a varchar column called birthday CREATE TABLE IF NOT EXISTS `test` ( `id` int(11) NOT NULL …

mysql str-to-date
Date format in Informix

Is it possible to print the date in the below format in Informix DB, May 19 1993 12:00AM ? Consider the below eg., …

sql informix to-date str-to-date string-to-datetime
MySQL STR_TO_DATE() function returns null

I wanted to convert my date format From MMMM dd,yyyy to yyyy-MM-dd. I tried using the following: SET @dt_…

mysql str-to-date