> The thing is, I want to have only one entry for each guild, and I want
them
> to be in alphabetical order.


try the following sql:
"select distinct guild from tablename order by guild"


--

:: jason n. perkins
:: email -> jason[at]somebodydial911.com
:: url -> www.somebodydial911.com
:: "for a vegetarian rents, you're a (obscene gerund, expletive) evil shot."





-- 
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