HI, I hope this doesn't sound too simple, but I have spent the better part of today trying to work it out.
I have a table with about 52,000 records, what I wanted was a summary of the most popular page etc.
Is there an easy way, using MYSQL, to count the number of occurences of a string in the records, and return the MAX??
MAX only works on integers.... any ideas?
Also, if I do find the most common page overrall, is there a way to show how many times it has been accessed too? I.e. count the number of occurences, all in the same SELECT statement?
Cheers,
Yari