I have a database where there are bands in one column and another column where there are release dates of their albums, how do i find the oldest band based off of the difference between their release dates? I.e. the oldest band is not Band1 because they first released an album in 1968, with my method Band1 is only 7 years old (or active for 7 years could be better), while Band2 is 26 years old (years active) because 2001 - 1975 = 26.
For instance:
Band......Rel_date
Band1....12/12/68
Band1....08/05/75
Band2....09/02/75
Band2....05/05/99
Band2....03/05/01