sonoteacher
New Member
- Joined
- Nov 14, 2017
- Messages
- 2
Hello,
First, I am no expert (otherwise I wouldn't be here right?), but I am attempting to create a pivot table using several worksheets in a book and after inputting:
SELECT * QA-Total
union all
SELECT * QA-IT
union all
SELECT * QA-Protocol
union all
SELECT * QA-Technical
into the SQL, the Microsoft Query says that I have a Syntax Error (missing operator) in query expression '* QA-Total'.
I am not sure what this means or how to correct it.
Please advise.
First, I am no expert (otherwise I wouldn't be here right?), but I am attempting to create a pivot table using several worksheets in a book and after inputting:
SELECT * QA-Total
union all
SELECT * QA-IT
union all
SELECT * QA-Protocol
union all
SELECT * QA-Technical
into the SQL, the Microsoft Query says that I have a Syntax Error (missing operator) in query expression '* QA-Total'.
I am not sure what this means or how to correct it.
Please advise.