MySQL Forums
Forum List  »  General

Re: Need to select one value from a list of repeating values, please help
Posted by: marius hagiu
Date: January 16, 2005 04:24AM

try to use select with distinct option
something like this: select distinct col_name from table_name.
it should work

Options: ReplyQuote


Subject
Written By
Posted
Re: Need to select one value from a list of repeating values, please help
January 16, 2005 04:24AM


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.