MySQL Forums
Forum List  »  Stored Procedures

Re: Column values into one delimited field
Posted by: Peter Brawley
Date: June 14, 2012 10:49AM

Quote

FieldList - table fieldList, eg friendID, firstName, lastName, email
ValuesBefore 1,'John','Sliver','js@me.com'
ValuesAfter 1,'John','Sterling Silver', 'johnny@microsoft.tw'

Terrible idea. Breaks a basic rule of table design (atomicity), and will be impossible to use.

For various ways to implement point-in-time architecture see that topic at http://www.artfulsoftware.com/infotree/mysqltips.php.

PB

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Column values into one delimited field
1015
June 14, 2012 10: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.