A
A
I need to calculate the average earnings for employees for the last five
years of their employment. The table I'm working with looks like this:
employee # begin_date end_date earnings
sam 1/1/2004 12/31/2004 $35000
sam 1/1/2003 12/31/2003 $27,500
and so on. Can someone please help me design the query? Thanks!
years of their employment. The table I'm working with looks like this:
employee # begin_date end_date earnings
sam 1/1/2004 12/31/2004 $35000
sam 1/1/2003 12/31/2003 $27,500
and so on. Can someone please help me design the query? Thanks!