MySQL Forums
Forum List  »  InnoDB

Re: Help with query needed
Posted by: Agnar Renolen
Date: April 22, 2005 07:40AM

try

SELECT word_no, COUNT(*)
FROM certian_table
WHERE word_nr = x OR word_nr = Y
GROUP BY word_mo

Agnar

Options: ReplyQuote


Subject
Views
Written By
Posted
2914
March 26, 2005 02:16AM
Re: Help with query needed
2159
April 22, 2005 07:40AM


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.