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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Impossible SQL query?

Re: Impossible SQL query?

From: <vincentj_at_nycap.rr.com>
Date: 5 Oct 2005 08:35:10 -0700
Message-ID: <1128526510.106336.30200@g43g2000cwa.googlegroups.com>


What you'll end up with is something like this:

B1     E3
B2     E5
B4     E6
B8     E7
B9     E10

where E7 gets incorrectly paired with B8. We actually want to discard E7 because there aren't enough begin points before it. There would need to be some logic that checks the dates so end points come after begin points. But then you would also need to change the row numbers for the following rows so they match up correctly. Received on Wed Oct 05 2005 - 10:35:10 CDT

Original text of this message

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