The SELECT DISTINCT statement is used to return only different values.
<?php SELECT DISTINCT Country FROM Customers; ?>