I have this mysql table (as below image). I want to select id’s grouped by id
where:
datakey = label and datavalue = is_member
and, at the same time where:
datakey = since and datavalue = 20110204
So the end result should just be 105.
How can I achieve this?

It should be possible to achieve this without join. http://www.sqlfiddle.com/#!2/ca8d6/1