Z
zyus
My table consist of the following fields & records
CustID Product Amount
001 A 100.00
003 B 50.00
001 B 150.00
005 A 111.00
I want to know customer who is having product A and B. In this example cust
001 will match the criteria.
CustID Product Amount
001 A 100.00
003 B 50.00
001 B 150.00
005 A 111.00
I want to know customer who is having product A and B. In this example cust
001 will match the criteria.