Temporary Tables in Reports?

From: timware <tim.ware_at_somerfield.co.uk>
Date: 17 Sep 2001 07:42:30 -0700
Message-ID: <c5355b33.0109170642.a7decd6_at_posting.google.com>



[Quoted] [Quoted] I am fairly new to using Oracle reports. Is there an easy way of generating a report which involves the use of temporary tables from a number of previous steps. The final report output is produced from the result of temporary objects created in the report

eg
step1:-

create table part1 as select...etc

step2:-
create table part2 as select...etc

step3:-
select part1.a , part2.b from part1, part2 where... etc etc and display as a report

Thanks in advance Received on Mon Sep 17 2001 - 16:42:30 CEST

Original text of this message