I have a situation were a table field item has a
situation like: \r\ndata\r\n. So an item's got
line breaks in there with it in the field, and
it's screwing things up for me. How do I do a global
clean-up of this and remove all \r and \n for
all of that column in my table? If it was flat-file
I'd run a Perl regex, but how w/data in MYSQL tables?
What's the strategy?
Thanks for helping with this novice/easy stuff. Lee G.
situation like: \r\ndata\r\n. So an item's got
line breaks in there with it in the field, and
it's screwing things up for me. How do I do a global
clean-up of this and remove all \r and \n for
all of that column in my table? If it was flat-file
I'd run a Perl regex, but how w/data in MYSQL tables?
What's the strategy?
Thanks for helping with this novice/easy stuff. Lee G.