I am trying to import data from a column in a .xslx file into a database. I'm using SQL Server 2008 and in the Import and Export Wizard I select the file and go to "Write a query to specify the data transfer". My knowledge of SQL is basic and am not sure how I can select the data from the file.
What is an SQL statement that selects a column from an Excel file and updates the database with it? (any corresponding values already in the database can be overwritten)