Excel SQL Query

  • Thread starter Thread starter baaul
  • Start date Start date
B

baaul

I need help with the Excel query below. I'd like my query to "ONLY"
SELECT from sheet1$ all rows where the `code` column contains data.

Thanks in advance!

===============>

SELECT `code`,`description` from `sheet1$`WHERE `code` IS NOT NULL
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top