Answer the question
In order to leave comments, you need to log in
How to display unique product properties by category ID using SQL query?
Now I'm solving the last problem in the SQL and database test, which talks about a database that has 4 tables:
Get a list of names of unique product properties by category name (the property should be only for 1 product in the category)
Answer the question
In order to leave comments, you need to log in
Well, here it turns out you need to get all the properties of goods for a particular category, count their number, grouping them by property id first, and then take only those where the number is equal to one. Looks simple enough. But maybe I misunderstood the problem statement.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question