Re: Access mysql blob data from stored procedure
> 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".
Subject
Views
Written By
Posted
3364
April 15, 2014 04:38AM
Re: Access mysql blob data from stored procedure
1323
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.