I have this query and its not returning anything even though I have specific user meta for 1 user.
SELECT * FROM `wp_usermeta`
WHERE meta_key= 'referrer' AND
meta_value LIKE '270' AND
meta_key= 'view_type' AND
meta_value LIKE 'invoice'
What is wrong with this query?
WP_Query?