Is there a way to get DateTime value from timestamp type column?

后端 未结 8 719
执笔经年
执笔经年 2020-12-06 17:30

I need a select from table which does not have column that tells when row was inserted, only timestamp column (values like: 0x0000000000530278). Some data was i

8条回答
  •  广开言路
    2020-12-06 18:05

    The Transact-SQL timestamp data type is a binary data type with no time-related values.

    So to answer your question: Is there a way to get DateTime value from timestamp type column?

    The answer is: No

提交回复
热议问题