MySQL Forums
Forum List  »  InnoDB

Re: String cuts in column data
Posted by: Peter Brawley
Date: February 08, 2017 01:20PM

I'd probably use substring_index() to find iteratively the next left bracket as the beginning of each except the last field, then the ensuing right bracket, till there are no more, then put the remainder in the `comments` field.

Options: ReplyQuote


Subject
Views
Written By
Posted
1432
February 08, 2017 10:59AM
Re: String cuts in column data
736
February 08, 2017 01:20PM
772
February 08, 2017 08:05PM
740
February 09, 2017 12:31AM
851
February 09, 2017 03:29AM
755
February 09, 2017 05:59AM
704
February 09, 2017 12:43PM
835
February 09, 2017 08:50PM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.