Computer Science, asked by Surajchaurasiya1509, 1 year ago

Changing year in MySQL date?

Answers

Answered by muskanc918
3

To change the year in MySQL date, you need to use DATE_FORMAT() function with UPDATE command. The syntax is as follows. Display all records from the table using select statement.

Similar questions