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 -> Newbie - SQL

Newbie - SQL

From: Addison Schildt <as8123_at_yahoo.com>
Date: Mon, 1 Apr 2002 14:14:16 -0500
Message-ID: <a8aaij$7q0$1@slb3.atl.mindspring.net>


Learning with Oracle 8i (UNIX). The SQL below gives

ORA-00933: SQL command not properly ended

SELECT Table1.*, Table2.*
FROM Table1 INNER JOIN Table2 ON Table1.ID = TABLE2.ID;

What have I done wrong? Thanks in advance. Received on Mon Apr 01 2002 - 13:14:16 CST

Original text of this message

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