dbTalk Databases Forums  

strange behaviour of my query

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss strange behaviour of my query in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Fabio
 
Posts: n/a

Default strange behaviour of my query - 07-17-2003 , 07:30 AM






Hi to all

I have this query

select a.* -- a is a view
from a left join (b inner join c on b.f1 = c.f1) on a.f3 = c.f3

that give me a ORA-00904 error on "a" view
but if I modify it like this

select a.f1, a.f2 ...
from a left join (b inner join c on b.f1 = c.f1) on a.f3 = c.f3

it works.
What is the trick ?

Thanks in advance
Fabio



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.