Case with parameter value in where clause
Hi,
I want to construct a where condition containing a case statement with control on a parameter value, something like this:
where case when +:param+ = '1' then column in ('01','04' else column = '02' end
Thanks,
Magnus