Re: CASE WHEN Equivalent in WHERE Clause?



laurenquantrell@xxxxxxxxx wrote:

Is there an equivalant construction to the CASE WHEN statement that
can be used in the WHERE clause?

For example, this works:

SELECT
FirstName = CASE WHEN c.FirstName = 'Bob' THEN
'Robert'
ELSE
c.FirstName
END,
c.LastName
FROM
Contacts c
WHERE
(c.FirstName = 'Bob')
OR
(c.FirstName = 'Robert')

But is there a way to build somehting resembling this (without using
Exec-SQL)

@FirstName nvarchar(35)

SELECT
c.FirstName
c.LastName
FROM
Contacts c
WHERE
CASE WHEN @FirstName = 'Bob' THEN
c.BlueHair = 1
ELSE CASE WHEN @FirstName = 'Frank' THEN
c.PastaEater = 1
ELSE
c.HatSize > 5
END END

If you have this few @FirstName values with special rules, then you
could also rewrite it like this:

WHERE (@FirstName = 'Bob' AND c.BlueHair = 1)
OR (@FirstName = 'Frank' AND c.PastaEater = 1)
OR (NOT (@FirstName IN ('Bob', 'Frank')) AND c.HatSize > 5)

Note that the third line is not written as
OR (@FirstName NOT IN ('Bob', 'Frank') AND c.HatSize > 5)
because @FirstName null would fail to satisfy it.
.



Relevant Pages

  • Re: Coming home from work II
    ... If one look upon songs written just before Desolation Row ... My personal theory is that Bob is used by Pentagon and CIA ... idea is that P/C is angry at Robert Oppenheimer, RO, - the ...
    (rec.music.dylan)
  • Re: Desolation Row
    ... "Can someone please concisely explain what Desolation Row is about? ... My personal theory is that Bob is used by Pentagon and CIA ... idea is that P/C is angry at Robert Oppenheimer, RO, - the ...
    (rec.music.dylan)
  • Re: Desolation Row
    ... My personal theory is that Bob is used by Pentagon and CIA ... idea is that P/C is angry at Robert Oppenheimer, RO, - the ... This may be indicated by the song "Ballad Of A Thin Man", ...
    (rec.music.dylan)
  • Re: 0.999... = 1? (I know, a beaten dead horse)
    ... The same way that Bob and Robert can be the same person. ... >so it is really more of a limit representation. ... Unsolicited bulk E-mail subject to legal action. ...
    (sci.math)
  • Re: The latest from Symantec - "Winfixer"
    ... Robert Green wrote: ... For whatever reason, your obsession with Bob ... Bass has overwhelmed you again and you couldn't keep it to yourself. ... health professionals would be suspicious because various psychological ...
    (comp.home.automation)