forked from openGauss-Ecosystem/openGauss-trigger
Edit by browser
This commit is contained in:
parent
b1c769c2cf
commit
cc330e9855
|
@ -1,6 +1,6 @@
|
|||
|
||||
-- normal insert
|
||||
insert into property values(2004,2000,1,2,'可用',1,800,CURDATE());
|
||||
insert into property values(2004,2000,1,2,'可用',1,800,current_date);
|
||||
select pro_id,pro_c_id,pro_pif_id,pro_type,pro_status,pro_quantity,pro_income
|
||||
from property where pro_id = 2004;
|
||||
|
||||
|
|
Loading…
Reference in New Issue