Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我似乎无法在互联网上找到任何有关此的信息(或者我只是没有寻找正确的方向)。
我的 MySQL 数据库中有一些字段包含回车和换行符 \r\n 。
有没有人可以告诉我如何使用查询找到它们?
SELECT * FROM mytable WHERE mycolumn REGEXP "\r\n";
查找mytable其中mycolumn包含\r\n序列的所有记录。
mytable
mycolumn
\r\n