Is this query possible?

From: Casey Claiborne <mskc_at_io.com>
Date: 1996/07/10
Message-ID: <4s1gse$r47_at_xanadu.io.com>#1/1


Hello,

        I have rows that are similar to the following:

YearNo 	  WeekNo   DayNo     ID     Total
------    ------   -----     ---    -----
1996      1        1         7      $35.00
1996      1        2         7      $65.00
1996      1        3         7      $25.00
1996      1        4         7      $12.00
1996      1        1         10      $35.00
1996      1        2         10     $65.00
1996      1        3         10     $25.00
1996      1        4         10     $12.00
1996      1        1         12      $35.00
1996      1        2         12     $65.00
1996      1        3         12     $25.00
1996      1        4         12     $12.00

I need to get a result of something like ...

WeekNo 	ID	Mon	Tue	Wed	Thur	Fri.
1	7	$35     $65     $25     $12     0
1	10	$35     $65     $25     $12     0
1	12	$35     $65     $25     $12     0


How can I do this? Any help hints or advice would be *greatly* appreciated :) Sorry about the length of this post, I just wanted to be clear -

TIA Received on Wed Jul 10 1996 - 00:00:00 CEST

Original text of this message