0

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

Prakash Vishwakarma
  • 814
  • 2
  • 9
  • 25

1 Answers1

1

A TIMESTAMP has nothing to do with date and time. See this question. It is a ROWVERSION, not a date/time value.

Community
  • 1
  • 1
Paul Williams
  • 16,585
  • 5
  • 47
  • 82