diff --git a/src/check3.sql b/src/check3.sql index 67d298b..a1b24ee 100644 --- a/src/check3.sql +++ b/src/check3.sql @@ -1,6 +1,6 @@ -- fund #40 not found! -insert into property values(2003,2000,40,3,'可用',1,800,CURDATE()); +insert into property values(2003,2000,40,3,'可用',1,800,current_date); select * from property where pro_id = 2003; \ No newline at end of file