https://baijiahao.baidu.com/s?id=1595349117525189591&wfr=spider&for=pc
CONCAT
连接字符串:模糊查询的匹配条件中使用
and
a.front_brand_name like CONCAT('%',#{frontBrandName,jdbcType=VARCHAR},'%')
group_concat()函数
和group by一起使用:
使用group_concat()和group by显示相同名字的人的id号:
select GROUP_CONCAT(order_price),order_status from orders GROUP BY order_status