|
That should have been:
select a.wo#, b.trav#, a.proc1, a.proc2, <....>
from wo A inner join trav_pivot B
using (proc1, proc2, proc3, <....>)
Charles
On Wed, May 26, 2010 at 12:34 PM, Charles Wilt <charles.wilt@xxxxxxxxx> wrote:
On Wed, May 26, 2010 at 11:55 AM, James Rich <james@xxxxxxxxxxx> wrote:
On Wed, 26 May 2010, Charles Wilt wrote:Let's say you pivot the trav data...
Ok, but I don't understand how doing so helps. Maybe I've just had too many
late nights and I'm missing something obvious?
Then to find the matches all you need is a simple sql
select a.wo#, b.trav#, a.proc1, a.proc2, <....>
from wo A inner join trav B
using (proc1, proc2, proc3, <....>)
HTH,
Charles
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.