Using mysql and have a tricky bit of sql: need to find the second instance of a full stop (period) and replace with carriage return in a series of fields.
Essentially, I have blocks of text that I'm trying to break up and make easier to read.
Any guidance would be wonderful.