|
I need to modify a column of time type data in the table. For example, there is a category in the table that is the date of birth, and all those in the table born in 1982 are changed to 1981. Dateadd can be used in Sql Server, but this function is not available in MySql. Hope you all help. Thank you! |
|