dbljackson
Programmer
I have a table that keeps sales by day.
I want to return the results in column fashion. Similar to Cross-Tab.
Example
Select sum(Sales on Mondays), sum(Sales on Tuesdays), ...
where date between ( xxxx) and (xxxx)
Any suggestions most appreciated.
TIA
I want to return the results in column fashion. Similar to Cross-Tab.
Example
Select sum(Sales on Mondays), sum(Sales on Tuesdays), ...
where date between ( xxxx) and (xxxx)
Any suggestions most appreciated.
TIA