Hi All,
I have following table in which I want to get the name which does not have type 'a'. In this case it should give me only marry.
Name | Type |
John | a |
John | b |
John | c |
Marry | b |
Marry | c |
Marry | d |
Thank you in advance
Hi All,
I have following table in which I want to get the name which does not have type 'a'. In this case it should give me only marry.
Name | Type |
John | a |
John | b |
John | c |
Marry | b |
Marry | c |
Marry | d |
Thank you in advance