Microsoft
Software
Hardware
Network
Question : ORDER BY items must appear in the select list if the statement contains a UNION operator.
i have done unions where i did not have to do any order bys.
But when I did a union of 2 select statements, I get the above error; why is this?
thanks
Answer : ORDER BY items must appear in the select list if the statement contains a UNION operator.
You can do it like this:
=iif(Fields!CustomerState.
Value = "NY", "Tri-State", iif(Fields!CustomerState.V
alue = "CT", "Tri-State",iif(Fields!Cus
tomerState
.Value = "NJ", "Tri-State", Fields!CustomerState.Value
)))
Random Solutions
Excel vba - how to determine if 3 cells are empty?
door knob
excel- macro for disabling and enabling the form controls
Photoshop
removing app role
How to enable Numlock at computer start using GPO?
Add time mark (:) in data
Windows 7 Disable the Navigation pane using GP
problem with my new router
Can you subnet 1 public address or only a Class A, B or C network?