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 -> does SELECT & JOIN not work?

does SELECT & JOIN not work?

From: Alex Savricov <tech_at_pronto.ru>
Date: 2000/08/12
Message-ID: <39951b1f@news.baltnet.ru>#1/1

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 Sat Aug 12 2000 - 00:00:00 CDT

Original text of this message

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