This is a one typical Question asked my boss..
Q: how to select the value which are nulls in Database using LIKE operator..
I tried like below:
select c.ClaimID from claim c
where c.InjuredPartyFirstName like (''+coalesce(c.InjuredPartyFirstName,'')+'')
But this also not working……..
Please help some one
Thanks in Advance…
vinay k
Why not use
If this is some kind of strange test, try