Oracle设字段默认值是系统时间

在SqlServer中可以在默认值里面填写(getdate())
那么在Oracle里面默认值要怎么写才能在插入的时候让其缺省值为当前系统时间

举例:

intime date default sysdate;
温馨提示:答案为网友推荐,仅供参考
第1个回答  2009-10-16
sysdate
相似回答