I have question. I am Pulling my data from SQL DB and I want to exclude particular records from a table. Lets say columnA = "A" and Status = "B" then eliminate records in columnC where ColumnC = "A1"
How to use a if clause or case clause in where condition?