淘先锋技术网

首页 1 2 3 4 5 6 7
文档查询mysql,MySQL查询带有回车换行符的内容?

MySQL查询带有回车换行符内容的方法:

1、select * from table where content like '%\r\n%';//或者 \n

2、//内容里面有br也可以查3、select * from table where content like '%%'