Hi
How can I select the first record of each year working with a table like this:
I'd like to get this result from my Query:
I've been searching for a possible solution in this forum and in other websites but could not find anything that pointed me in the right direction.
Thanks!
How can I select the first record of each year working with a table like this:
Code:
ID, value, date
0, 30, 01/01/2000
1, 40, 03/02/2000
2, 20, 10/03/2000
3, 10, 02/05/2001
4, 20, 09/08/2001
5, 10, 01/02/2001
I'd like to get this result from my Query:
Code:
30, 01/01/2000
10, 01/02/2001
I've been searching for a possible solution in this forum and in other websites but could not find anything that pointed me in the right direction.
Thanks!
