Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View with union and order by returns error
Message
From
30/01/2004 05:47:15
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
View with union and order by returns error
Miscellaneous
Thread ID:
00872222
Message ID:
00872222
Views:
57
CREATE View MyView AS
Select * from MyTable1
Union (Select * from MyTable2)
Where ...
Order by myField1,myField2

The Enterprise Manager view designer says it can't deal with that sort of thing, order or no order, Union queries are not supported, although it does process the query and, as far as I can determine, return the correct results.

The Query Analyzer on the other hand does not complain on syntax check, but refuses to compile and save the view with an error near Order By.

Selecting the text and pressing F5 will execute the query without any problem.

What the heck is going on here, and how does one get around this behavior?

TIA

Peter
TIA

Peter
Peter Pirker


Whosoever shall not fall by the sword or by famine, shall fall by pestilence, so why bother shaving?

(Woody Allen)
Next
Reply
Map
View

Click here to load this message in the networking platform