Is there a way to create a table in which the DATE column updated every date with the current date?
I want a column that every time I select gives me the current date.
GETDATE() function gives the current date but I don't manage to use it in order to get the current date every day.
The primary objective was to create a table, but I think it might be better to use a view.