Hello all,
I have a question.
If I have 1 table: Sells, like that:
Id_Client Id_Product
210 1
210 2
211 1
210 3
211 2
210 4
212 2
212 4
I want ONLY the client who buy the Id_Products 1,2 and 4.
How can I do that in a SQL Query?
Thanks!
I have a question.
If I have 1 table: Sells, like that:
Id_Client Id_Product
210 1
210 2
211 1
210 3
211 2
210 4
212 2
212 4
I want ONLY the client who buy the Id_Products 1,2 and 4.
How can I do that in a SQL Query?
Thanks!
Comment