I need to select records based on the value of 3 boolean columns. I need to select true, false, or both depending on user prompt. I have little t-sql experience and am not sure where to begin. CASE or IF. Will I need three queries for each column and use an for to test for my user criteria?
Help!,
vmon