Hello:

I'm fairly new to MySQL and think there is an easy query to get what I need
done, but not sure how to do it.  I thank everyone for their help in
advance.

I have two tables.

Table1: Series
SeriesID
SeriesTitle

Table2: Links
LinkID
Series
LinkTitle

I need a query that I can group the links by Series to generate a result
similar to:

SeriesTitle(1)
LinkTitle(1)
LinkTitle(2)
LinkTitle(3)

SeriesTitle(2)
LinkTitle(1)
LinkTitle(2)
LinkTitle(3)

Links.Series holds the value of SeriesID that it is under.

Thanks again for your help.

Mike Walth
CinoFusion



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to