![]() Join Up! 96823 members and counting! |
|
|||
php-general | 2001092
Date: 09/28/01
hi,
i need to weed out all duplicate entries in a select statement.
after trying them out on MySQL, Select Distinct appears to be highly
SELECT seminar_name
SELECT DISTINCT seminar_name
thanks for the advice,
tom
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
|