MySQL Forums
Forum List  »  Newbie

Re: Combining several queries from Wordpress Database
Posted by: Matthew Steele
Date: January 02, 2015 08:43AM

Excellent Rick - thanks a lot. Just a little change here and its working:


JOIN wp_usermeta AS c ON c.user_id = u.id AND c.meta_value="calibre"

from

JOIN wp_usermeta AS c ON c.user_id = u.id AND c.meta_key="calibre"

Changed meta key to value.

Thanks very much for your help Rick.

Options: ReplyQuote


Subject
Written By
Posted
Re: Combining several queries from Wordpress Database
January 02, 2015 08:43AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.