vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I want to search for the most popular words in my topics column of my table. I have constructed this: select Topics, count(*) from schedulemetadata group by Topics order by count(*) desc limit 20; But, I want to search the strings inside the cell, focusing on each word separated by a space. I want the words, what I am getting are the sentences. Ideas? Thanks! |
| Thread Tools | |
| Display Modes | |
|
|