Edit by browser

This commit is contained in:
杨茂林 2022-02-20 23:30:05 +08:00
parent 9e5a4d9773
commit a99f7277ce
1 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,7 @@
use finance1;
-- type 21 is illegal!
insert into property values(2001,2000,1,21,'可用',1,800,CURDATE());
select * from property where pro_id = 2001;
-- finances product #20 not found!
insert into property values(2005,2000,20,1,'可用',1,800,CURDATE());
select * from property where pro_id = 2005;