I have a select stmt. with decode and a sum. when I put the decode in the group by clause, it says "not a group by expression". when I put the columns from the decode in the group by clause, it says "not a group by expression".
when I put the alias for the decoded value in the group by
clause, it says "not a group by expression". how do I fix this?
thanks
RH
when I put the alias for the decoded value in the group by
clause, it says "not a group by expression". how do I fix this?
thanks
RH