将now()插入Sybase时间戳字段

时间:2009-10-09 04:10:49

标签: sql sybase

我是sybase的新手,google只是一个有用的东西。我想要做的就是将“现在”的有效时间插入时间戳字段。 mysql等价物现在是()。我尝试了getdate()并得到了有趣的结果。

感谢。

1 个答案:

答案 0 :(得分:3)

您无法将数据插入时间戳列。

http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.help.ase_15.0.sqlug/html/sqlug/sqlug247.htm

<强>加

我应该立即将其包含在内,但是当修改行时,Timestamp字段会自动更新为当前日期/时间。

http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.help.ase_15.0.blocks/html/blocks/blocks35.htm