I tried to put a name for my columns with spaces, and because of delimitation of the string in the Execute Query activity with “”, it gives me error of the syntax.
The querry i want it to process is something like that:
Select Column1 as “Column 1”,
Column2 as “Column 2”
FROM TABLE
Please help me with that . Thank you in advance!