How to write this QUERY - New
From: javaq <nougain_at_hotmail.com>
Date: 2 Jan 2002 20:20:40 -0800
Message-ID: <e9af93aa.0201022020.7be9b154_at_posting.google.com>
IDC, PRIORITY FROM C
IDB, STATE From B
IDA1 or IDA2 or IDA3, TA1 or TA2 or TA3 from A1 or A2 or A3 based on the B.IDB value = Ax.FKAx_B value
Date: 2 Jan 2002 20:20:40 -0800
Message-ID: <e9af93aa.0201022020.7be9b154_at_posting.google.com>
Table A1, A2, A3 stores an id of table B record in it. It is
gaurenteed that one ID
of table B will be refered by ONLY one out of A1, A2, A3. Table C
stores
the reference of table B
I want to write a single query that gives me...
IDC, PRIORITY FROM C
IDB, STATE From B
IDA1 or IDA2 or IDA3, TA1 or TA2 or TA3 from A1 or A2 or A3 based on the B.IDB value = Ax.FKAx_B value
Regards Received on Thu Jan 03 2002 - 05:20:40 CET