The column names looks something like: "Ab. (Cd)"
It has , '.' as well as ( ) in the column name.
I have tried square brackets [ ] around the column name and have also tried ' ' and " " without much success. Please help.
I am using SQL Server Import and Export Wizard to import some data. The query looks like:
Select 'Trans. Z4 (St 85)' from `'Monthly Prices$'`
The full SQL statement used is:
Here's the query: Select F1, HH, AECO, Sumas, Stanfield, Malin, [PG&E], Opal, SoCal, SJ, wTX, sTX, HSC, FGTZ3, [Trans. Z4 (St 85)], Dom, [Tetco M3], 'Trans. Z6 (NY)', AGT, Dawn, Chi, Midcon from 'Monthly Prices$'
Please note that the table 'Monthly Prices$' is a sheet in an Excel workbook that I am trying to import.