3 lines
68 B
MySQL
3 lines
68 B
MySQL
|
UPDATE Courses
|
||
|
SET approvedDate = ("2020-7-8")
|
||
|
where courseID = 1;
|