Simple explanation...
====
I need to query a table to get all the records out that have 2 or more matching values in the same field.
So in english...
"Show me all records that have an ATTRIBUTE of "red" AND an ATTRIBUTE of "large"
So for example, if Product A is red and large, it would show. If product B is large and blue, it wouldnt show.
====
Is that possible in any way? Tried JOINS, UNIONS etc though I'm not advanced enough in mysql to fully understand it.
Thanks for any help/suggestions.
Help


















