https://blog.csdn.net/hgg923/article/details/76229382
感谢大佬
取逗号分隔第一个词:
select left(cover, LOCATE(',',cover)-1) from product_album
充电:
1、left(str, length):mysql左截取
2、LOCATE(substr,str):返回子串 substr 在字符串 str 中第一次出现的位置。如果子串 substr 在 str 中不存在,返回值为 0