Creating a computed column

I have a column named eventdate, and is it possible to create a new column that calculate the datediff between the eventdate and currentdate?

why? it will be wrong the next day

you can always get the difference whenever you run a SELECT

I see. Thanks for the prompt reply!