MySQL Forums
Forum List  »  InnoDB

Re: mysql Query that splits a string into various potions
Posted by: Peter Brawley
Date: July 27, 2016 08:49AM

> in a column i have 10 names, and these are of 5 people

That's a serious database design mistake. Those five names need to be projected to a child table where each name lives in its own row along with a column that links it to its parent.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mysql Query that splits a string into various potions
814
July 27, 2016 08:49AM


Sorry, you can't reply to this topic. It has been closed.

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.