MySQL Forums
Forum List  »  Newbie

Re: Subquery is real slow
Posted by: Bob Field
Date: November 28, 2006 11:37PM

Try something like this:
SELECT pw.id
FROM word AS w
JOIN paragraph_word AS pw ON pw.word_id = w.id
WHERE w.word_str IN ('mike', 'jen')

Options: ReplyQuote


Subject
Written By
Posted
November 28, 2006 06:26PM
Re: Subquery is real slow
November 28, 2006 11:37PM


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.