I have mysql table comments in this table, the field are tags, and all tags are separated by comma, e.g.
Comment table
Name Reply Tags ab new,old,facebook,fb bd water,faebook,wall br wall,php,fb cq name,facebook,email ay weather,cold,old aw twitter,next,pet,fb
I need to get the most used tag in this table with mysql query.
source share