主题:求助date timestamp 的用法
create table deposit
( account char(10)references account(accountno),
depositamount char(10),
date timestamp
)
在个deposit 插入值是说date的用法有错误,请问怎么才能正确使用呢,得到当前插入操作的时间呢
( account char(10)references account(accountno),
depositamount char(10),
date timestamp
)
在个deposit 插入值是说date的用法有错误,请问怎么才能正确使用呢,得到当前插入操作的时间呢