Posted by hamstring on 10/14/49 11:26
>
> Could you explain your logic behind the sort order you've specified?
>
> It looks like: ORDER BY col2 DESC, col1
Yip thats correct. Col1 is a list of words, and Col2 is how often they
occur.
I need to find the most common 15 words.
I then do a Select with a LIMIT 0, 15
[Back to original message]
|