MySQL find Line Break

08.01.2020

SELECT * FROM mytable WHERE mycolumn REGEXP "\r\n";

finds all records in mytable where mycolumn contains a sequence.

08.01.2020



Zurück