Compare Sales within two date range
787094Nov 8 2010 — edited Nov 9 2010Hi All,
I need to compare two date range data in same table. Suppose I have table as follows :
trndate date,
empcode varchar2(50),
custcode varchar2(50),
totalvalue number
Now, I need to compare sales between 01-OCT-2010 to 08-OCT-2010 and 01-NOV-2010 to 08-NOV-2010
Please help..
Thanks
Niloy