Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.databases > #331

Re: Joining(?) question

Path csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!novia!newspump.sol.net!news-out.readnews.com!transit3.readnews.com!news-out.news.tds.net!newsreading01.news.tds.net!86597e80!not-for-mail
From "David Kerber" <david.kerber@THRWHITE.remove-dii-this>
Subject Re: Joining(?) question
Message-ID <MPG.237a198cbbadcfe989693@news.east.cox.net> (permalink)
X-Comment-To comp.lang.java.databases
Newsgroups comp.lang.java.databases
In-Reply-To <72ed2328-62ae-491f-be9f-b6faad045e13@q26g2000prq.googlegroups.com
References <72ed2328-62ae-491f-be9f-b6faad045e13@q26g2000prq.googlegroups.com
Content-Type text/plain; charset=IBM437
Content-Transfer-Encoding 8bit
X-Gateway time.synchro.net [Synchronet 3.15a-Win32 NewsLink 1.92]
Lines 56
Date Wed, 27 Apr 2011 15:23:06 GMT
NNTP-Posting-Host 96.60.20.240
X-Complaints-To news@tds.net
X-Trace newsreading01.news.tds.net 1303917786 96.60.20.240 (Wed, 27 Apr 2011 10:23:06 CDT)
NNTP-Posting-Date Wed, 27 Apr 2011 10:23:06 CDT
Organization TDS.net
Xref x330-a1.tempe.blueboxinc.net comp.lang.java.databases:331

Show key headers only | View raw


  To: comp.lang.java.databases
In article <72ed2328-62ae-491f-be9f-b6faad045e13
@q26g2000prq.googlegroups.com>, firstsql@ix.netcom.com says...
> On Nov 1, 5:17 pm, Lew <no...@lewscanon.com> wrote:
> > Lee Fesperman wrote:
> > > On Oct 30, 5:27 am, Lew <no...@lewscanon.com> wrote:
> > >> mdR wrote:
> > >>> SELECT BM.PARENT, BM.ITEM, IM.DESC
> > >>> FROM BM
> > >>> JOIN IM ON IM.ITEM = BM.ITEM
> > >>> WHERE BM.PARENT = 1;
> > >> Different RDBMSes vary wrt JOIN syntax.  But RGB's version should have worked,
> > >> too.
> >
> > >> Some allow
> >
> > >> SELECT BM.PARENT, BM.ITEM, IM.DESC
> > >>   FROM BM JOIN IM
> > >>   WHERE BM.PARENT = 1;
> >
> > >> if there's a FK on the ITEM column to the other table.
> >
> > > I realize that DBMS support of Standard SQL is weak, but which ones
> > > support those semantics? According to SQL92, an unqualified JOIN
> > > (without NATURAL, ON or USING) is the same as CROSS JOIN (that is, a
> > > Cartesian Product.)
> >
> > Oops, left out the word "NATURAL", as in "NATURAL JOIN".
> 
> That certainly makes a difference and will give the right results
> (given the table structure shown by the OP.) NATURAL joins on common
> column names between the two tables.
> 
> FK joining is non-standard and begs the question: Which FK for which
> table is used?

That syntax is only allowed if there is exactly one FK/PK combination 
that would satisfy the join.  Otherwise you get an error that says 
something to the effect of "there is more than one way to join table1 to 
table2"


-- 
/~\ The ASCII
\ / Ribbon Campaign
 X  Against HTML
/ \ Email!

Remove the ns_ from if replying by e-mail (but keep posts in the 
newsgroups if possible).

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

Back to comp.lang.java.databases | Previous | Next | Find similar


Thread

Re: Joining(?) question "David Kerber" <david.kerber@THRWHITE.remove-dii-this> - 2011-04-27 15:23 +0000

csiph-web