MySQL Forums
Forum List  »  Newbie

Re: Combine tables
Posted by: Phillip Ward
Date: October 28, 2016 04:42AM

Nothing special is required at the database level for this; just basic "select" statements.

Start by selecting all the swimmers.

For each one, create links on the web page that pass the relevant "key" data (swimmer ID, swim ID, etc). Use these arguments to query the database again, this time pulling back the relevant data.

You don't need to join the tables at the database level (as far as I can tell from what you've said so far).

Regards, Phill W.

Options: ReplyQuote


Subject
Written By
Posted
October 21, 2016 09:25AM
Re: Combine tables
October 28, 2016 04:42AM


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.