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