On Thu, 19 Apr 2001, James, Yz wrote:

> Is there a method of extracting rows from a MySQL table Uniquely (as in only
> once) ?..... For example, when a user performs a search, using two words,
> it may return the same row twice if the search is spread over two or more
> SQL "selections".  An example:

I am not sure whether you can do it on mysql. On postgresql you can do a

select distinct ...

Anuradha


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to