Edit by browser

This commit is contained in:
赵小松 2022-04-03 17:24:15 +08:00
parent cc330e9855
commit d8fc5a8dfa
1 changed files with 1 additions and 1 deletions

View File

@ -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;