JPCogAdmin
Programmer
Hi,
I was wondering how to do nested queries or "Inline Views".
Through Oracle I've been writing SQL code and then in Framework Mgr. I've put in the code as pass-through.
However, does anyone in this list know how to do or use inline views throught either: FM or Report Studio?
Some of the queries I have go like this:
(Statement A)
select fields.... from tablex where
(I set my criteria here) T
Then I use an outer select to compare values with the previously created select statement (A). In this outer query I know sum specific fields based on the inner query.
So has someone done this before and do you know the steps?
Thanks.
-J
I was wondering how to do nested queries or "Inline Views".
Through Oracle I've been writing SQL code and then in Framework Mgr. I've put in the code as pass-through.
However, does anyone in this list know how to do or use inline views throught either: FM or Report Studio?
Some of the queries I have go like this:
(Statement A)
select fields.... from tablex where
(I set my criteria here) T
Then I use an outer select to compare values with the previously created select statement (A). In this outer query I know sum specific fields based on the inner query.
So has someone done this before and do you know the steps?
Thanks.
-J