Avatar of Sriv
Sriv

asked on 

Conditions in Where clause

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?
Microsoft SQL Server

Avatar of undefined
Last Comment
Sharath S

8/22/2022 - Mon