mysql换行符查询
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
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