MySQL Forums
Forum List  »  General

Re: Can I do this?
Posted by: Jonathan Stephens
Date: October 30, 2004 05:25PM

You need to normalise your schema:

table events:
id - name

table sponsors:
id - name

table events_sponsors:
event_id - sponsor_id

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Written By
Posted
October 29, 2004 01:15AM
October 30, 2004 05:18PM
Re: Can I do this?
October 30, 2004 05:25PM


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.