Hi,
In MSSQL I would like to select the date in a list of columns but I want the column name of the date to be the date itself eg.
select
column1 as “Stuff1”,
count(*) as “Count”,
getdate() as “
from
table.stuff
instead of displaying “Time/Date” as the column heading I want to display for example “19/05/2009 16:24”