A
aaron.kempf
team
i've been trying to get this simple union query to work; and i've had
this problem twice in the past month
why doesn't this work:
-=----------------------------
SELECT 'Board Administration' AS DEPARTMENT
UNION
SELECT 'Capital Projects'
UNION
SELECT 'Executive'
UNION
SELECT 'Finance & Information Technology'
UNION
SELECT 'Legal'
UNION
SELECT 'Link Light Rail'
UNION
SELECT 'Project Delivery'
UNION
SELECT 'Transportation Services'
-------------------------------
it gives me the error 'query input must contain at least one table or
query'
I dont agree with this message; there isnt' a reason in hell that i
can't do this.
it's just a bug.
and i want to know why it isn't fixed.
-Aaron
i've been trying to get this simple union query to work; and i've had
this problem twice in the past month
why doesn't this work:
-=----------------------------
SELECT 'Board Administration' AS DEPARTMENT
UNION
SELECT 'Capital Projects'
UNION
SELECT 'Executive'
UNION
SELECT 'Finance & Information Technology'
UNION
SELECT 'Legal'
UNION
SELECT 'Link Light Rail'
UNION
SELECT 'Project Delivery'
UNION
SELECT 'Transportation Services'
-------------------------------
it gives me the error 'query input must contain at least one table or
query'
I dont agree with this message; there isnt' a reason in hell that i
can't do this.
it's just a bug.
and i want to know why it isn't fixed.
-Aaron