My previous question seems to be unclear.so im putting a new question with more clear data
mysql like issue on partial match
The query
SELECT * FROM t_groups WHERE group_name LIKE '%pla%'
The results

MY question is when user search for something like 'plablablabla',How can i show all the results in the above image..i tried LIKE and RLIKE and im not good with regular expressions..any help is highly appreciated