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: Retrieve data from two databases

Re: Retrieve data from two databases

From: <sajuars_at_gmail.com>
Date: 19 Jan 2007 05:51:57 -0800
Message-ID: <1169214717.205938.241290@v45g2000cwv.googlegroups.com>


This was the error :

ERROR at line 1:
ORA-00933: SQL command not properly ended

I need oracle syntax...could you help me out ? gazzag wrote:
> sajuars_at_gmail.com wrote:
> > Here's the query i used ..
> >
> > select x.dbo.table.field,y.dbo.table.field from x.dbo.table inner join
> > y.dbo.table where x.dbo.table.field2=43 and y.dbo.table.field2=43;
>
> ... and the error that you received was?
>
> Also, that looks like SQL Server syntax to me.
Received on Fri Jan 19 2007 - 07:51:57 CST

Original text of this message

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