Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Retrieve data from two databases
x is the name of the database ...
EdStevens wrote:
> saju..._at_gmail.com wrote:
> > 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.
>
>