I know this is probably a simple solution, yet I'm scratching my head over this one.
I have let's say 30 entries in my database, all of them have an entry in the date column. It ranges from 2003 to 2006. What I want to do is display only the year, in order like this:
-2003
-2004
-2005
-2006
Of course with a regular query, it shows ALL the years. So for example, it will show 2003 a few times, 2004 a few times, etc. How would I limit it to showing each year only once?
Thanks in advance.