Check out DISTINCT in the MySQL manual... or is it UNIQUE ??

Try something like "SELECT DISTINCT * FROM ...."

JF




on 15/11/02 7:17 AM, [EMAIL PROTECTED] ([EMAIL PROTECTED])
wrote:

> but I only want it to return unique values - in this case I would only
> want Fashion, Basics, Plus - instead of the Fashion, Basics, Fashion,
> Plus, Plus I would get if I had run: SELECT column FROM tblname;
> 
> any help would be greatly appreciated...


Justin French
--------------------
http://Indent.com.au
Web Developent & 
Graphic Design
--------------------


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to