I have a table in which i am trying to show the different years in which something was released. i have:
Name Releasedate Releasedate
Item 1 2001 2001
Item 1 2001 2001
Item 1 2001 2001
and the type of thing i want to end up with is:
Name Releasedate Releasedate
Item 1 2001 2002
Item 1 2001 2003
Item 1 2002 2003
This way it shows different release dates side by side without showing duplicates, or switching the order around ie. 2001-2002 -> 2002-2001