My table is like this:
Sitecode Month Amount
-------- ----- ------
XX Jan 1000
XX Jan 3000
XX Apr 3000
XX Apr 1000
What I want is, to show the result something like this:
Sitecode MonthJAN MonthAPR
-------- -------- --------
XX 1000 3000
XX 3000 1000