I have the following query to select an excel document,
Select * From [Sheet1$]
But this excel has many columns, and I just need columns A, C, E, G, Z, AA.
I tried to do the following, but it did not work
Select * From [Sheet1$A1:A,C1:...
asked by
07.04.2017 / 02:04