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 -> What is wrong with my simple SQL syntax?

What is wrong with my simple SQL syntax?

From: Kenneth Jensen <kennethj_at_mailme.dk>
Date: Tue, 8 May 2001 16:00:09 +0200
Message-ID: <9d8ts2$qpk$1@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:00:09 CDT

Original text of this message

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