i am just begin learning mysql for php! i have a problem with query mysql to get data team from table i have a table with the fields table name (team)
id, OPPONENT, COMPETITION
data table (team) like this
**id**  **OPPONENT**    **COMPETITION**
     1      barcelona         real madrid 
     2      barcelona         Villarreal   
     3      real madrid       ruby
i want write query to get table like this
 **team**
 barcelona
 Villarreal
 real madrid 
 ruby   

