I am attempting to extract all data where the column "Drive_Status" is not equal to "Success" any help on the below statement would be much appreciated.
SELECT * FROM [Main$] WHERE (Drive_Status <> 'Success')
The issue with the statement above is data that is either Null or tagged "Error" in the "Drive_Status" column is not being returned.
The database I am using is Excel Database