I'm trying to generate a table that gives some statistics. I've got a date time column that registers hits. I need to calculate the number of hits for 2006 using the 'date' column, which is the date time column.
How do I access only the year?
I'm trying to generate a table that gives some statistics. I've got a date time column that registers hits. I need to calculate the number of hits for 2006 using the 'date' column, which is the date time column.
How do I access only the year?