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