主题:如何在SQL語句中使用timestamp时间戳
比如 ID 字段是唯一的,可以如下使用:
update table1 set filename='abc' wjere id=101
SYBASE 中 timestamp时间戳也是唯一的,可否如下使用
update table1 set filename='abc' wjere timestamp='0x000100000d4f9aad'
update table1 set filename='abc' wjere id=101
SYBASE 中 timestamp时间戳也是唯一的,可否如下使用
update table1 set filename='abc' wjere timestamp='0x000100000d4f9aad'