MySQL Forums
Forum List  »  Newbie

How to store an array into a table (SET type?)
Posted by: tarmstrong
Date: April 29, 2005 04:32AM

Hi.

I'm designing a new table to store students+qualifications:
James - 4 - 5.5 - 3.5 - 0.4 - 0.3
Mark - 3.2 - 3.5 - 2.1 - 0.6 - 4.4 - 4.2 - 4.0

A solution is build a table with:
name - q1 - q2 - q3 - .... - q100

But is there anoyher solution, perhaps with SET type? Thank you very much.

Options: ReplyQuote


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


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.