Hello,

Can anyone help me with this simple query:

I want to limit to 1 the same names returned from the query like:

----------------

FROM:

SELECT gallery.design FROM gallery

buffet
buffet
buffet
buffet
barstools
barstools
barstools
barstools
barstools
barstools
barstools
barstools
tables
tables
tables

----------------

TO:

SELECT gallery.design FROM gallery ??????????

buffet
barstools
tables


THANKS !!

Andras Kende
[EMAIL PROTECTED]




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

Reply via email to