Timestamp column - Can it be queried?

Posted by Randy Minder on Stack Overflow See other posts from Stack Overflow or by Randy Minder
Published on 2010-05-26T16:40:58Z Indexed on 2010/05/26 16:51 UTC
Read the original article Hit count: 382

Filed under:

Can a Timestamp (rowversion) column in a SQL Server table be queried? If so, how?

I'd like to do something like this:

Select * From MyTable Where MyTimestampColumn = "???"

But am not sure what to put in for "???"

Thanks - Randy

© Stack Overflow or respective owner

Related posts about sql-server