C
Chris
I'm working on a report that has to aggregate a lot of information. The
columns for this report are driving me bonkers. I can come up with the
columns if I use multiple queries; however, combining the queries to return
one row for each line of the report just doesn't seem to be working out.
The SELECT...INTO statement sounds promising, but the documentation seems to
indicate that this statement is only used to make new tables. In a sense, I
need to create a temporary table and then use that table in a report.
Is this the way this kind of scenario is typically handled?
columns for this report are driving me bonkers. I can come up with the
columns if I use multiple queries; however, combining the queries to return
one row for each line of the report just doesn't seem to be working out.
The SELECT...INTO statement sounds promising, but the documentation seems to
indicate that this statement is only used to make new tables. In a sense, I
need to create a temporary table and then use that table in a report.
Is this the way this kind of scenario is typically handled?