SELECT BC_ID, Procedure_Description, Test_result, Normal_Values
FROM tbl_BC
WHERE (NOT (Test_result LIKE '@Test_result = %'))
Hello.
I want to filter all not null in Test_result row, but with the code above all records in the datagridview will hide.
where Test_result is not null