Hi,

I want to get the result using a select with 2 conditions like this

if user = 'X' then

select * from abc
where

if user='Y' then

select * from abc
where

here I want to put the two conditions in a single query Is it possible, How ?. Can you please help me.

Thanks.