forked from openGauss-Ecosystem/openGauss-trigger
Edit by browser
This commit is contained in:
parent
9e5a4d9773
commit
a99f7277ce
|
@ -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;
|
||||
|
Loading…
Reference in New Issue