I have table called user_rights. It contains following fields
rights_id, user_rule_id, user_p_id, user_group_id and region_id
How can I get row which rights_id=15, user_rule_id=4, user_p_id=2, user_group_id=6 and region_id=100? How can I check whether such row exists or not?