Hi?
I have three columns, y, m, and d (year,
month, and day) and want to store this as a date.
What function would I use on mySQL to do this?
Apparently makedate uses year and day of year (see below), but I have
month.
I know I can use STR_TO_DATE(str,format), by constructing the string from
…