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

Home -> Community -> Usenet -> c.d.o.tools -> Re: What is wrong with my simple SQL syntax?

Re: What is wrong with my simple SQL syntax?

From: Chris Swearingen <swearics_at_yahoo.com>
Date: Tue, 8 May 2001 10:43:12 -0400
Message-ID: <3af805ce_4@pigeon.jmu.edu>

add ; to the end

chris

Kenneth Jensen <kennethj_at_mailme.dk> wrote in message news:9d8ts2$qpk$1_at_news.inet.tele.dk...
> I try to make a simple SQL syntax the way I have always done on other
> databases, but Oracle says that it hasn't been properly terminated.
>
> SELECT tblHippie.*, tblTrip.strName FROM
> tblHippie INNER JOIN tblTrip ON tblHippie.lngHippieID =
 tblTrip.lngHippieID
>
> Can someone please tell me, what's wrong with it?
>
> Yours sincerely
> Kenneth Jensen
>
>
Received on Tue May 08 2001 - 09:43:12 CDT

Original text of this message

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