ChangeTimeStamp ... ignore seconds

Is it possible to use the ChangeTimestamp column type but to set it to ignore seconds ?

Hi @jeffchoy

You can’t, but you can use a virtual column with expression:

[yourChangeTimeStamp]

that will ignore seconds if you need so :slightly_smiling_face:

3 Likes

Why?