I have a list on my database that is like this:
Test,Test2,Test3
I need an way to remove one text of this list without affecting the others. Like this
Test,Test3
How can i do that? Do I need to explode
and then remove it or can I just do that with query on MySQL? OBS: I use MySQL not MySQLi