Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.databases.oracle    |    Overblown overpriced overengineered SHIT    |    2,288 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 857 of 2,288    |
|    Barry Young to Hans Forbrich    |
|    Re: INNER JOIN    |
|    28 Dec 03 14:11:01    |
      From: youngbar@insightbb.com              Hans,              Well I think what appears to be the problem is that Pre Oracle 9i does not       support the INNER JOIN. I am using 8i so I will have to restructure the SQL       query similar to this:              SQL> SELECT c.course_name, c.period, e.student_name        2 FROM course c, enrollment e        3 WHERE c.course_name = e.course_name        4 AND c.period = e.period;              I thought INNER JOINS were an ANSI SQL standard. I was surprised that       ORACLE doesn't support the INNER JOIN. Unless I am wrong.              Barry                            "Hans Forbrich" |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca