MySQL Forums
Forum List  »  Newbie

query help
Posted by: rick wilkins
Date: June 14, 2005 01:47PM

I have a db with 1 table and 5 fields with field 1 being the primary key.

I have field 2 as username and it wil have numerous records assigned to the username

I need to query the db and see a list of all usernames but do not want to see any username even though it may have many occurences but once in the list. (Can do that now)

Then through a master and detail page I need to see the username, be able to select it and then see all of the record associated with that username, now it only shows me 1 record, the one of the id passed.

Is there a way to do the with 1 db or do I need to split things up?

Options: ReplyQuote


Subject
Written By
Posted
query help
June 14, 2005 01:47PM


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.