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: Tom <VBisgoodNOSPAM_at_beer.com>
Date: 2000/08/13
Message-ID: <8n3lkd$p72$1@bunyip.cc.uq.edu.au>#1/1

do you need
;

after it(like in MS)?
"Alex Savricov" <tech_at_pronto.ru> wrote in message news:39951b1f_at_news.baltnet.ru...
> 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?
>
>
Received on Sun Aug 13 2000 - 00:00:00 CDT

Original text of this message

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