You can't select "*" from nothing - you need to give a dummy value to the Route field like you are to the Description field. Based on the second part of the union, I'm going to assume that Route is a string field. In this case, your query would look like this:
Select 'All' as Route, 'All' as Description
UNION ALL
Select route_alpha, route_alpha
froum route
-Dell
DecisionFirst Technologies - Seven-time SAP BusinessObjects Solution Partner of the Year
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.