CS1103/Labs/Lab6/10.sql

3 lines
68 B
MySQL
Raw Normal View History

2022-10-07 00:48:09 -03:00
UPDATE Courses
SET approvedDate = ("2020-7-8")
where courseID = 1;