Forum Moderators: open

Message Too Old, No Replies

How to make multiple field instances show only once

in mysql

         

Vastio

4:52 am on Apr 28, 2006 (gmt 0)

10+ Year Member



Thanks for reading...

If I have a database that's ordered like this:

Joe
Bob
Suzy
Bob
Bob
Suzy

How can I query it so it shows only:

Bob
Joe
Suzy

Thanks!

txbakers

10:50 am on Apr 28, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



select DISTINCT name from table