mysql子查詢教程,MySQL查詢帶有回車換行符的內容?
MySQL查詢帶有回車換行符內容的方法:
1、select * from table where content like '%\r\n%';//或者 \n
2、//內容里面有br也可以查3、select * from table where content like '%%'
MySQL查詢帶有回車換行符內容的方法:
1、select * from table where content like '%\r\n%';//或者 \n
2、//內容里面有br也可以查3、select * from table where content like '%%'