Microsoft ODBC Query for excluding a specific value from the column

Hello Good People,

I used a different Provider instead of the ODBC and it solved the issue.

This is the resource that I followed:

And that’s the query I used:

SELECT * FROM [Export Worksheet$] WHERE INT_RECV_CLOSING_BAL<> 0;

Best Regards,
Kakooza Allan Klaus

1 Like