I have a table in Excel and I want to query Column J which in the table is called Questions for words matching some conditions.
So I have tried this syntax
Select * from TSO.RawData where trademthstart > dateadd(month,-6,GETDATE()) order by row_date asc WHERE Questions LIKE '%NRM%'
Which I got following this SO question https://stackoverflow.com/a/14290878/461887
However I get an error near where clause