Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: does SELECT & JOIN not work?

Re: does SELECT & JOIN not work?

From: Dirk P.C. Wendt <dpcw_at_xodox.org>
Date: 2000/08/12
Message-ID: <8n37p5$7s7m4$1@ID-25048.news.cis.dfn.de>#1/1

Hello,

"Alex Savricov" <tech_at_pronto.ru> schrieb:
> I've tiped next SQL code:
> select c.class_name from classes c join roster r on c.class_id=r.class_id
>
> And have encounter next error:
> *
> ERROR at line 1:
> ORA-00933: SQL command not properly ended
>
> Why?

IMHO Oracle does not support the word "JOIN" in SQL-Statements.

Ciao, Dirk. Received on Sat Aug 12 2000 - 00:00:00 CDT

Original text of this message

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