I have some data in a table like this:

+----------------------------+--------------+
| services                   | machine_name |
+----------------------------+--------------+
| MS Exchange Server and BDC | MAIL         |
| Microsoft Exchange for UA  | UAMAIL1      |
| Microsoft Exchange for UA  | UAMAIL2      |
| Microsoft Exchange for UA  | UAMAIL3      |
+----------------------------+--------------+

As you can see, there are same entry for the services column. So If
I to display in php :

select services from table; then I will get three same entry.


Is there any way, I can get only one output.But somehow I have to
incorpate it with the other data in that column, which doesn't have
multiple entry. Any hint? thanks in advance.






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