MySql Count Newlines sur le terrain

select LENGTH(my_column)-LENGTH(REPLACE(my_column, '\n', '')) as total_new_lines
Friendly Hawk