Dale Frohman wrote:
> 
> Is there anyway to do a query and search for the most frequent
> word that appears in a particular field in a table?
> 
> ie:
> 
> ITEM DESCRIPTION
> ----------------
> 
> Blue Dog
> Red Dog
> Yellow Cat
> 
> I would want to spit out "Dog" as being the most reoccuring word.
> 
> Thanks


that's a little beyond the scope of sql.. you'd have to write your
own stuff to make several queries and find the most used word..

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to