MySQL查询带有回车换行符内容的方法:
1、select * from table where content like '%\r\n%';//或者 \n
2、//内容里面有br也可以查3、select * from table where content like '%%'