I am using following query but it doesn't provide any meaningful output:
Select Cast(versionno as bigint) from BranchDetail
The value in Version
column is like this : 0x000000000D2537F7
I am using following query but it doesn't provide any meaningful output:
Select Cast(versionno as bigint) from BranchDetail
The value in Version
column is like this : 0x000000000D2537F7
A TIMESTAMP
has nothing to do with date and time. See this question. It is a ROWVERSION
, not a date/time value.