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 Formula to Parse string from another cell based on a character.
how can I connect to vsftp server on fedora13
html code not diaplying in php page
Expired Webmail Certificate what now?
DB backup
Excel 2010 - Message box for three steps
Windows 7 permissions to administrative share(s)
how to set proxy on outlook
connecting to a windows 2003 file share from a mac, folders are empty
Windows xp stuck on loading screen. Can I repair it in safe mode?