RE: how to generate the output w/o using temp table
- From: "rob zijlstra" <rmsah@xxxxxxxxx>
- To: <oracle-l@xxxxxxxxxxxxx>
- Date: Sat, 31 Jul 2004 12:07:32 +0200
Please elaborate on the logic of the output.
Explain IN WORDS what you're trying to achieve here. I don't see it, must be
the weekend...
Rob Zijlstra
-----Original Message-----
From: oracle-l-bounce@xxxxxxxxxxxxx [mailto:oracle-l-bounce@xxxxxxxxxxxxx]
On Behalf Of mglim2@xxxxxxxxxxxx
Sent: zaterdag 31 juli 2004 11:39
To: oracle-l
Subject: how to generate the output w/o using temp table
Hi,
I got a table w/ the ff: data
id startdate enddate
1 10/01/2004 12/13/2004
2 12/01/2004 12/02/2005
3 12/03/2004 02/20/2005
need to produce the ff:output
mm/yyy id
11/2004 1
12/2004 1
12/2004 2
12/2004 3
01/2005 3
02/2005 3
how can i produce this result w/o using a temporary table in my select
stmt?
Best Regards,
Grace Lim
Suy Sing Comm'l Corp
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
- References:
- how to generate the output w/o using temp table
- From: mglim2
Other related posts:
- » how to generate the output w/o using temp table
- » RE: how to generate the output w/o using temp table
- » RE: how to generate the output w/o using temp table
- » Re: how to generate the output w/o using temp table
- » Re: how to generate the output w/o using temp table
- » RE: how to generate the output w/o using temp table
- » Re: how to generate the output w/o using temp table
- » RE: how to generate the output w/o using temp table
- » RE: how to generate the output w/o using temp table
- » RE: how to generate the output w/o using temp table
- » RE: how to generate the output w/o using temp table
- » RE: how to generate the output w/o using temp table
- how to generate the output w/o using temp table
- From: mglim2