mysql:
select * from tb_pro where tb_pro.name like CONCAT('%',char(10),'%')
select * from tb_pro where tb_pro.name like CONCAT('%',char(13),'%')
原文地址:https://www.cnblogs.com/smallfa/p/5190188.html
标签:pro,查询,char,select,mysql,换行符,tb,CONCAT From: https://www.cnblogs.com/mojiecv/p/16785114.html