Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Newbie Grouping Sets, Cube Question

Re: Newbie Grouping Sets, Cube Question

From: Daniel <danielroy10junk_at_hotmail.com>
Date: 30 Jan 2006 05:34:08 -0800
Message-ID: <1138628047.998790.297350@g44g2000cwa.googlegroups.com>


I'm not too sure I understand how dynamic the data can be. The only static components I assumed in the query is the types (either 'Begin Headcount', 'Hired' and 'Terminated'). If those also can change, let us know, and we'll need to think of another solution. The levels can be anything, and the query would work anyway. I also thought afterwards that you probably need full outer joins between (inline) tables a, b and c, to account for the fact that any of those might have 0 entries. You also probably also need nvl in the select clause for a and b.

HTH Daniel Received on Mon Jan 30 2006 - 07:34:08 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US