Hello everyone,
This is my first post as I just don't know how to google this.
So for example we have table like this:
For example I need a list of items which have 1, 2 and 3. I'm looking for a SELECT that will return me the list of such items:
I would appreciate any suggestions or how to google this. Thank you in advance.
This is my first post as I just don't know how to google this.
So for example we have table like this:
Code:
Item Paramater
trololo 1
trololo 2
trololo 3
trololo 4
trololo 5
trololo 6
moo 1
moo 3
moo 4
dsl 1
dsl 2
dsl 3
For example I need a list of items which have 1, 2 and 3. I'm looking for a SELECT that will return me the list of such items:
Code:
trololo
dsl
I would appreciate any suggestions or how to google this. Thank you in advance.