Hi I have written a code to read from excel sheets and query them according to filter set But am stuck at
Select * from [sheetname] where [col] not like '%something%'
How can I write the not part? Rest all query just work fine The one above ignores the not and executes
NOT LIKEshould work - what errors/bad results are you getting?