mysql> select trim(',hi,test,',',');
ERROR 1064 (42000): You have an error in your SQL syntax;
I want to trim by ,
but seems not supported by MySQL
mysql> select trim(',hi,test,',',');
ERROR 1064 (42000): You have an error in your SQL syntax;
I want to trim by ,
but seems not supported by MySQL