SELECT * FROM mytable WHERE mycolumn REGEXP "\r\n";
findet alle Datensätze in mytable
wo mycolumn
enthält einen \r\n
Reihenfolge.
SELECT * FROM mytable WHERE mycolumn REGEXP "\r\n";
findet alle Datensätze in mytable
wo mycolumn
enthält einen \r\n
Reihenfolge.