I\'m doing some search, where users are choosing in dropdown some clauses. When they leave some box empty, I want query to ignore clause. I know CASE, and best I thought of
(something else) should be a.Country
(something else)
a.Country
if Country is nullable then make(something else) be a.Country OR a.Country is NULL
Country
a.Country OR a.Country is NULL