SELECT *
FROM `engine4_user_fields_values`
WHERE (field_id = 3) AND (value = 'test7') AND (field_id = 4)
AND (value = 'test7') AND (field_id = 13) AND (value = 'Hemraj')
field_id | value
-----------------------------
3 | test7
4 | test7
13 | Hemraj
How to find this values?
When I use or
operator it's showing two values or one value.
My requirement is if not found any of this one then can't display.