Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: INNER JOIN syntax not supported?
There is a migration tool at
http://technet.oracle.com/tech/migration/workbench/ that might help to convert
the Access database to Oracle.
I used an earlier version of this about a year ago and it worked very well, unfortunately I haven't had the opportunity to test the current version.
Frank Hubeny
Roal Zanazzi wrote:
> Hi everyone,
>
> I'm porting an Access database to Oracle 8i (8.1.5).
> On the client side (a Visual Basic application with MS ADO library) I've a
> bunch o queries with INNER JOIN between 2 (or more) tables.
> An example of such queries is:
> SELECT * FROM table1 INNER JOIN table2 ON table1.id1 = table2.id2;
>
> If I run this query in SQL*PLUS it gives me the following error:
> ORA-00933: SQL command not properly ended
> on the J of JOIN.
>
> This is standard SQL syntax (ISO and, afaik, ANSI), but Oracle doesn't
> support it.
> Is this true? (on-line manual says nothing about INNER...)
>
> Am I going to change _every_ query containing the new JOIN syntax?
>
> Roal Zanazzi
Received on Wed Jun 07 2000 - 00:00:00 CDT
![]() |
![]() |