![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I tried running a query (t1 union t2) union t3 and I get a parse error. However if I break the query down in these lines: t4 := t1 union t2; t4 union t3; everything works fine. I would rather use the first query. Can anyone explain why I can't do the first query on Oracle 9i? -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 100,000 Newsgroups - 19 Different Servers! =----- |
#3
| |||
| |||
|
|
Did you try it without the parentheses? If you would post a more complete code sample, it would be easier to give you a better response. |
![]() |
| Thread Tools | |
| Display Modes | |
| |