M
Michael
I have the following union query:
SELECT ID, CRC, Supervisor, Manager, Date, Group, Hours, "Datamart" AS
[Source]
FROM Datamart
UNION SELECT ID, CRC, Supervisor, Manager, Date, Group, Hours, "eWFM"
FROM eWFM;
The problem is that I am trying to import this data to excel and I get a
message stating that Too few parameters. Any tips are greatly appreciated!!
SELECT ID, CRC, Supervisor, Manager, Date, Group, Hours, "Datamart" AS
[Source]
FROM Datamart
UNION SELECT ID, CRC, Supervisor, Manager, Date, Group, Hours, "eWFM"
FROM eWFM;
The problem is that I am trying to import this data to excel and I get a
message stating that Too few parameters. Any tips are greatly appreciated!!