Hi,
Let me just brief the pbm.
Lets take customer table with fields Customer ID, name, homePh, cellPh, workPh
I want to display only those customer name who have only one phone number or no phone number (it can be in any combinations, like the customer might have only cellPh or only homeph, or only workPh).
Is there any other way, other than mentioning the combinations in the where clause.
Thanks in advance.
Let me just brief the pbm.
Lets take customer table with fields Customer ID, name, homePh, cellPh, workPh
I want to display only those customer name who have only one phone number or no phone number (it can be in any combinations, like the customer might have only cellPh or only homeph, or only workPh).
Is there any other way, other than mentioning the combinations in the where clause.
Thanks in advance.