I have a mysql table that contains a column called Name and contains the following values:
| name Aline Alice Aline | Valdemord | Aline
and another column named ID containing it
1 | 1 | 2 | 2 | 3 | 3 |
In this case, I would like to select, for example, to search for the unique names and print each name only once, so if you have 2 Aline, just show an Aline, and in case of the values of that name. second ids table, show something from the id 1 team everyone is from ID TIME 1 all are from the RED team.