View Single Post

   
  #8 (permalink)  
Old 02-24-2008, 12:01 PM
Noel
 
Posts: n/a
Default Re: ORA-00928: missing SELECT keyword

Użytkownik anaskhans@gmail.com napisał:

> Hi All,
> I am using the same query against 2 schemas in same server having same
> set of tables and data . Do you think in such a situation the seeing
> the query has any importance?
>


2 schemas? Same server? You just duplicated table names. Now you need to
prefix table usage with schema name, don't you?
Post your query, it might help us with quick answer.

--
Noel
Reply With Quote