MySQL Forums
Forum List  »  Newbie

Re: How to store an array into a table (SET type?)
Posted by: Claude Martin
Date: April 29, 2005 06:39AM

you caould serialize that array to a string or you use two tables
one with the students (id,name...)
and one with the qualifications (id, student_id, qualification)

http://animalliberation.tk http://veganismus.ch
http://maqi.de http://tierrechtskochbuch.de

Options: ReplyQuote


Subject
Written By
Posted
Re: How to store an array into a table (SET type?)
April 29, 2005 06:39AM


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.