MySQL Forums
Forum List  »  Optimizer & Parser

Re: Access mysql blob data from stored procedure
Posted by: Peter Brawley
Date: April 15, 2014 11:14AM

> I want to ask if these is right method or not.

It violates a basic principle of relational database design, atomicity, so it's not right.

Read about normalisation, then build a child table which will have one row for each "friend".

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Access mysql blob data from stored procedure
1336
April 15, 2014 11:14AM


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.